Skip to content

Commit

Permalink
fix: fixed accordion styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslage committed Apr 14, 2023
1 parent 5f16fa4 commit 7cc3ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/snippets/blocks/accordion.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class="group flex justify-between items-center py-m w-full text-left"
'variant' => 'copy-bold',
]) ?>

<div class="group-aria-expanded:rotate-90 w-m">
<?= svg('assets/icons/instagram.svg') ?>
<div class="group-aria-expanded:rotate-180 w-s">
<?= svg('assets/icons/chevron-down.svg') ?>
</div>
</button>

Expand Down

0 comments on commit 7cc3ac0

Please sign in to comment.