mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix: correcting text color for user name
Signed-off-by: Tamás Bari <adaorcpp@gmail.com>
This commit is contained in:
parent
33f5c04328
commit
c301eb2a24
@ -81,7 +81,7 @@ AbstractButton {
|
||||
|
||||
color: !userLine.parent.enabled
|
||||
? userLine.parent.palette.mid
|
||||
: (userLine.parent.highlighted || userLine.parent.down
|
||||
: ((userLine.parent.highlighted || userLine.parent.down) && Qt.platform.os !== "windows"
|
||||
? userLine.parent.palette.highlightedText
|
||||
: userLine.parent.palette.text)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user