Skip to content

Commit

Permalink
Fix UI bug in web app
Browse files Browse the repository at this point in the history
For some reason, the color of action buttons in NoteSelector was black in dark mode
  • Loading branch information
heyman committed Oct 29, 2024
1 parent b90c338 commit 8a9d75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NoteSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@
color: rgba(255,255,255, 0.65)
&:hover
background: #29292a
.action-buttons button
color: #fff
&.selected
background: #48b57e
color: #fff
Expand Down

0 comments on commit 8a9d75c

Please sign in to comment.