diff options
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" |