Enabled light theme for info views in osx.

This commit is contained in:
Luis Ángel San Martín
2017-04-24 21:53:55 +02:00
parent 22971c330c
commit 689a782d5a
9 changed files with 163 additions and 60 deletions

View File

@ -26,7 +26,7 @@ Item {
ColorOverlay {
anchors.fill: favorites_button_compact
source: favorites_button_compact
color: active ? "#e84852" : "#1c1c1c"
color: active ? favCheckedColor : favUncheckedColor
}
}