Skip to content

Commit

Permalink
add animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Jan 3, 2025
1 parent 2b04fc5 commit 47d5f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/app-sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<Sidebar.Header>
<Sidebar.Menu>
<Sidebar.MenuItem>
<Sidebar.MenuButton size="lg">
<Sidebar.MenuButton size="lg" class="!transition-all hover:scale-105 active:scale-95">
{#snippet child({ props })}
<a href="/" {...props}>
<div
Expand All @@ -108,7 +108,7 @@
</Sidebar.MenuButton>
</Sidebar.MenuItem>
<Sidebar.MenuItem>
<Sidebar.MenuButton size="lg">
<Sidebar.MenuButton size="lg" class="!transition-all hover:scale-105 active:scale-95">
{#snippet child({ props })}
<button
onclick={function () {
Expand Down

0 comments on commit 47d5f52

Please sign in to comment.