Fix colors on the scroll-down button

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent fc34f373df
commit 42dac7227f
  1. 5
      resources/styles/nheko.qss

@ -89,3 +89,8 @@ EmojiCategory > * {
background-color: white;
color: #ccc;
}
FloatingButton {
qproperty-backgroundColor: #efefef;
qproperty-foregroundColor: black;
}

Loading…
Cancel
Save