mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Enabled light theme for info views in osx.
This commit is contained in:
@ -26,7 +26,7 @@ Item {
|
||||
ColorOverlay {
|
||||
anchors.fill: favorites_button_compact
|
||||
source: favorites_button_compact
|
||||
color: active ? "#e84852" : "#1c1c1c"
|
||||
color: active ? favCheckedColor : favUncheckedColor
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user