mirror of
https://github.com/YACReader/yacreader
synced 2026-02-19 21:43:00 -05: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