mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 05:21:48 +02:00
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:
parent
45c2df5c28
commit
42c71dad7b
@ -336,6 +336,8 @@
|
|||||||
color: rgba(255,255,255, 0.65)
|
color: rgba(255,255,255, 0.65)
|
||||||
&:hover
|
&:hover
|
||||||
background: #29292a
|
background: #29292a
|
||||||
|
.action-buttons button
|
||||||
|
color: #fff
|
||||||
&.selected
|
&.selected
|
||||||
background: #48b57e
|
background: #48b57e
|
||||||
color: #fff
|
color: #fff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user