Skip to content

Commit

Permalink
Merge pull request #14862 from filamentphp/fix-toggle-buttons-css-class
Browse files Browse the repository at this point in the history
Fix toggle buttons CSS class
  • Loading branch information
zepfietje authored Nov 21, 2024
2 parents d7ef158 + 3ed1eda commit c86069a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
\Filament\Support\prepare_inherited_attributes($attributes)
->merge($getExtraAttributes(), escape: false)
->class([
'fi-fo-radio gap-3',
'fi-fo-toggle-buttons gap-3',
'-mt-3' => (! $isInline) && ($gridDirection === 'column'),
'flex flex-wrap' => $isInline,
])
Expand Down

0 comments on commit c86069a

Please sign in to comment.