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
I don't think
->size()
and ->prose()
are meant to be combined.This worked fine on V3. And why not?
Please open an issue on GitHub with a reproduction repository
Please also include a screenshot of what it looked like in v3
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()-...
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