aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/Switch.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-20 13:14:01 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-01-20 15:28:52 +0000
commit7479a85917f0daad7f66bec913a003541fc238d4 (patch)
treee523ada9fe46a1e6694a713863f2f33c467eaeee /src/imports/controls/Switch.qml
parent9b5ddc41471f37e1950a74821cda5d7be4056b74 (diff)
Default: add subtle fill color for buttons and alike
Change-Id: I287032a103046b23e1238152f8d527b3d02f23d1 Task-number: QTBUG-50327 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/Switch.qml')
-rw-r--r--src/imports/controls/Switch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/Switch.qml b/src/imports/controls/Switch.qml
index e1627d32..51348e77 100644
--- a/src/imports/controls/Switch.qml
+++ b/src/imports/controls/Switch.qml
@@ -75,7 +75,7 @@ T.Switch {
width: 28
height: 28
radius: 16
- color: control.pressed ? "#e4e4e4" : "#ffffff"
+ color: control.pressed ? "#e4e4e4" : "#f6f6f6"
border.width: 1
border.color: control.pressed ? "#26282a" : "#353637"