Add system theme colors for FloatingButton (#112)
This commit is contained in:
parent
ef0b0f6879
commit
3c5241ccd0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user