Skip to content

Commit

Permalink
🎨 fix class name to use primary
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 7, 2024
1 parent 400ae58 commit 10b799f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/forms/accordions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ class="flex items-center justify-between w-full p-4 text-start select-none"
>
<span
:class="{
'text-custom-600': activeAccordion == id ,
'text-primary-600': activeAccordion == id ,
'text-gray-500': activeAccordion != id
}"
class="flex gap-2 font-medium items-center justify-center text-gray-500 group-hover:text-custom-600">
class="flex gap-2 font-medium items-center justify-center text-gray-500 group-hover:text-primary-600">
@if ($accordion->getIcon())
<x-filament::icon
:icon="$accordion->getIcon()"
Expand Down

0 comments on commit 10b799f

Please sign in to comment.