TextEntry size doesn't work with prose…

When using TextEntry::make('Quote')->prose()->size(TextSize::Large) the text remains "small". This is because the prose() generates the CSS which has font-size: var(--text-sm); declaration.
5 Replies
Dennis Koch
Dennis Koch2mo ago
I don't think ->size() and ->prose() are meant to be combined.
trovster
trovsterOP2mo ago
This worked fine on V3. And why not?
Dan Harrin
Dan Harrin2mo ago
Please open an issue on GitHub with a reproduction repository Please also include a screenshot of what it looked like in v3
trovster
trovsterOP2mo ago
I tried to open an issue, but the "quick" guide only works for V3 repository. So the ticket was closed. See https://github.com/filamentphp/filament/issues/17563
GitHub
Using size() with prose() on TextEntry does not change the font...
Package filament/filament Package Version v4.0.4 Laravel Version v11.45.2 Livewire Version v3.6.4 PHP Version PHP 8.2.27 Problem description When using TextEntry::make('Quote')->prose()-...
Dan Harrin
Dan Harrin2mo ago
You don't need to use the starter, just create a new repo, install Filament, and add the code if you update the issue with the URL then the bot will reopen it

Did you find this page helpful?