aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNikita Krupenko <krnekit@gmail.com>2016-03-17 00:26:03 +0200
committerNikita Krupenko <krnekit@gmail.com>2016-03-17 14:44:14 +0000
commit2f476c5818878c7f2ba94522f805cd140e33989e (patch)
treea5ac15ad66809d8fe33349ba88b1b8a4ba1043a3 /examples
parent5b4093e415d5a2d49ef396d89b3262339b0651a4 (diff)
Material: use proper shades for dark theme colors
This fixes colors for checked switch dark theme and raised highlighted button in both themes. Change-Id: I3c485fb1b779104d6d7f682921b34cb535312f7c Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/controls/gallery/pages/ButtonPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controls/gallery/pages/ButtonPage.qml b/examples/controls/gallery/pages/ButtonPage.qml
index 329b53a7..4ac657d2 100644
--- a/examples/controls/gallery/pages/ButtonPage.qml
+++ b/examples/controls/gallery/pages/ButtonPage.qml
@@ -76,6 +76,7 @@ Flickable {
id: button
text: "Second"
width: itemWidth
+ highlighted: true
}
Button {
text: "Third"