mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add foreground color for disabled buttons on the dark theme
This commit is contained in:
parent
e5fe47b172
commit
300de362c6
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ CommunitiesList > * {
|
||||||
FlatButton {
|
FlatButton {
|
||||||
qproperty-foregroundColor: #727274;
|
qproperty-foregroundColor: #727274;
|
||||||
qproperty-backgroundColor: #333;
|
qproperty-backgroundColor: #333;
|
||||||
|
qproperty-disabledForegroundColor: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
FileItem {
|
FileItem {
|
||||||
|
|
Loading…
Reference in a new issue