Skip to content

Commit

Permalink
Merge pull request #14888 from avinmaster/patch-1
Browse files Browse the repository at this point in the history
Update tabs/item.blade.php, add justify-center
  • Loading branch information
danharrin authored Nov 27, 2024
2 parents 9482da8 + 7707984 commit 298dc35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'role' => 'tab',
])
->class([
'fi-tabs-item group flex items-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75',
'fi-tabs-item group flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75',
$inactiveItemClasses => (! $hasAlpineActiveClasses) && (! $active),
$activeItemClasses => (! $hasAlpineActiveClasses) && $active,
])
Expand Down

0 comments on commit 298dc35

Please sign in to comment.