diff --git a/frontend/src/app.css b/frontend/src/app.css index 72b5ae9..6fead58 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -77,6 +77,10 @@ @apply bg-background text-foreground; } + button{ + @apply cursor-pointer; + } + @font-face { font-family: 'Playfair Display'; font-weight: 400; diff --git a/frontend/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte b/frontend/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte index 913fbc9..4b37141 100644 --- a/frontend/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte +++ b/frontend/src/lib/components/ui/dropdown-menu/dropdown-menu-item.svelte @@ -14,7 +14,7 @@