diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index a84d247f..b75ec95a 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -89,3 +89,8 @@ EmojiCategory > * { background-color: white; color: #ccc; } + +FloatingButton { + qproperty-backgroundColor: #efefef; + qproperty-foregroundColor: black; +}