Skip to content

Commit

Permalink
Merge pull request #1 from lara-zeus/fix-class-name
Browse files Browse the repository at this point in the history
🎨 fix class name to use primary
  • Loading branch information
atmonshi authored Jan 7, 2024
2 parents 400ae58 + 0d679e3 commit 206caac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
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 206caac

Please sign in to comment.