mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
💄 style(questions): fix class directive syntax for Phosphor icons
This commit is contained in:
parent
b89749deed
commit
f5247b5e01
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
onclick={() => (sidebarOpen = !sidebarOpen)}
|
||||
class="rounded-lg p-2 text-muted-foreground hover:bg-secondary"
|
||||
>
|
||||
<CaretRight class="h-5 w-5 transition-transform" class:rotate-180={sidebarOpen} />
|
||||
<CaretRight class="h-5 w-5 transition-transform {sidebarOpen ? 'rotate-180' : ''}" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue