© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago•
1 reply
Christos Papoulas

Increase the font size of a badge TextColumn

Is there a way to increase the font size of the badge TextColumn:

Tables\Columns\TextColumn::make($key)
    ->searchable()->default('-')
    ->badge()
    ->color(fn (string $state): array => $colorSelector($state, $key))
    ->sortable();
Tables\Columns\TextColumn::make($key)
    ->searchable()->default('-')
    ->badge()
    ->color(fn (string $state): array => $colorSelector($state, $key))
    ->sortable();


I want the badge to be text-xl
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Multicolor TextColumn Badge
FilamentFFilament / ❓┊help
13mo ago
JSON TextColumn formatStateUsing badge repeats
FilamentFFilament / ❓┊help
3y ago
Translate labels in TextColumn->badge()
FilamentFFilament / ❓┊help
3y ago
Can I increase the size of the form?
FilamentFFilament / ❓┊help
2y ago