Skip to content
Snippets Groups Projects
Commit 3c5241cc authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add system theme colors for FloatingButton (#112)

parent ef0b0f68
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,11 @@ ScrollBar {
qproperty-backgroundColor: palette(window);
}
FloatingButton {
qproperty-backgroundColor: palette(window);
qproperty-foregroundColor: palette(text);
}
QListWidget {
background-color: palette(window);
color: palette(text);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment