mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 17:40:47 +03:00
Add system theme colors for FloatingButton (#112)
This commit is contained in:
parent
ef0b0f6879
commit
3c5241ccd0
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue