diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-29 21:24:55 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-11-29 21:24:55 +0100 |
commit | 3d3fce7152d2748818a668e4b3380f38541adca1 (patch) | |
tree | 2c7afe1cea1cd38fedff24a5b21cf0357f9c25dd /qt-mobile/qml/mobilecomponents/Theme.qml | |
parent | 6580f078d0ae1d912d9a6b12e2769060b4c77f4b (diff) | |
download | subsurface-3d3fce7152d2748818a668e4b3380f38541adca1.tar.gz |
Sync to mobilecomponents 67cf594b4ddc
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Theme.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Theme.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Theme.qml b/qt-mobile/qml/mobilecomponents/Theme.qml index 07bb561bd..fd8c49ba2 100644 --- a/qt-mobile/qml/mobilecomponents/Theme.qml +++ b/qt-mobile/qml/mobilecomponents/Theme.qml @@ -36,7 +36,7 @@ QtObject { property color textColor: Qt.rgba(0,0,0, 0.54) property color highlightColor: "#2196F3" - property color backgroundColor: "#f3f3f3" + property color backgroundColor: "#eff0f1" property color linkColor: "#2196F3" property color visitedLinkColor: "#2196F3" |