Fix colors on the scroll-down button

This commit is contained in:
Konstantinos Sideris 2017-11-23 16:20:43 +02:00
parent fc34f373df
commit 42dac7227f
1 changed files with 5 additions and 0 deletions

View File

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