Skip to content

Commit

Permalink
improve colors
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 17, 2024
1 parent e67fb29 commit 83d5599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/accordion/item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class="flex items-center justify-between w-full p-4 text-start select-none"
>
<span
:class="{
'text-primary-600': activeAccordion == id ,
'text-white/70': activeAccordion != id
'text-primary-600 dark:text-primary-500': activeAccordion == id ,
'text-gray-500 dark:text-white/70': activeAccordion != id
}"
class="flex gap-2 font-medium items-center justify-center text-gray-500 group-hover:text-primary-600"
>
Expand Down

0 comments on commit 83d5599

Please sign in to comment.