Fix UI bug in web app

For some reason, the color of action buttons in NoteSelector was black in dark mode
This commit is contained in:
Jonatan Heyman 2024-10-29 18:37:42 +01:00
parent 45c2df5c28
commit 42c71dad7b

View File

@ -336,6 +336,8 @@
color: rgba(255,255,255, 0.65)
&:hover
background: #29292a
.action-buttons button
color: #fff
&.selected
background: #48b57e
color: #fff