Skip to content

Commit

Permalink
style(demo): Change the accent color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
iBelieve committed Aug 27, 2015
1 parent 64d0419 commit 807bc93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ApplicationWindow {
theme {
primaryColor: Palette.colors["blue"]["500"]
primaryDarkColor: Palette.colors["blue"]["700"]
accentColor: Palette.colors["teal"]["500"]
accentColor: Palette.colors["red"]["A200"]
tabHighlightColor: "white"
}

Expand All @@ -19,7 +19,7 @@ ApplicationWindow {
]

property var basicComponents: [
"Button", "CheckBox", "Progress Bar", "Radio Button",
"Button", "CheckBox", "Progress Bar", "Radio Button",
"Slider", "Switch", "TextField"
]

Expand Down Expand Up @@ -243,7 +243,7 @@ ApplicationWindow {
}
}
}

onRejected: {
// TODO set default colors again but we currently don't know what that is
}
Expand Down

0 comments on commit 807bc93

Please sign in to comment.