Increase the font size of a badge TextColumn
Is there a way to increase the font size of the badge TextColumn:
I want the badge to be text-xl
I want the badge to be text-xl
Tables\Columns\TextColumn::make($key)
->searchable()->default('-')
->badge()
->color(fn (string $state): array => $colorSelector($state, $key))
->sortable();