mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Enabled light theme for info views in osx.
This commit is contained in:
@ -23,7 +23,7 @@ Item {
|
||||
ColorOverlay {
|
||||
anchors.fill: read_compact
|
||||
source: read_compact
|
||||
color: read ? "#e84852" : "#1c1c1c"
|
||||
color: read ? readTickCheckedColor : readTickUncheckedColor
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user