Skip to content

Commit

Permalink
refactor(navbar): dropdown button color (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flosciante authored Jul 27, 2023
1 parent afcc8a1 commit b33704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
size="sm"
icon="ph:caret-down-fill"
square
class="lg:dark:opacity-50 lg:hover:dark:opacity-100"
class="opacity-50 hover:opacity-80 dark:opacity-70 dark:hover:opacity-100"
/>

<template #panel>
Expand Down

0 comments on commit b33704b

Please sign in to comment.