aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/Switch.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-12-04 16:18:10 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-04 15:41:58 +0000
commite80e59061822013cc4857d58bcf8acaeafc1ad63 (patch)
tree8b8626e84ada6ee427d3b295c950aa420e3eb089 /src/imports/controls/Switch.qml
parent435c23be984691e3de645ae8ddff440e5f1786dd (diff)
Adapt default style to latest designs
Press fill colours were changed. Change-Id: Ic15039576c4e26aeef9933dab6fb0a0689550ab2 Reviewed-by: J-P Nurmi <jpnurmi@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 3e224383..e1627d32 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 ? "#bdbebf" : "#ffffff"
+ color: control.pressed ? "#e4e4e4" : "#ffffff"
border.width: 1
border.color: control.pressed ? "#26282a" : "#353637"