Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmieri committed May 14, 2024
1 parent c4501fb commit 4664f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/collapsible/item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}"
type="button"
class="{{ generateClasses([
'flex items-center justify-between text-left w-full px-4 py-1 font-medium transition rounded-lg focus:outline-none',
'flex items-center justify-between text-left w-full px-2 py-1 font-medium transition rounded-lg focus:outline-none',
' focus:ring-inset focus:ring-primary-500 focus:bg-white focus:outline-none' => $flat,
]) }}"
>
Expand Down

0 comments on commit 4664f0d

Please sign in to comment.