Reduce saturation for colors of BarButtons and top bar

This should help the main content of the page stand out better.
This commit is contained in:
Petr Baudis 2012-10-18 19:27:13 +02:00
parent 4983fea31e
commit 3bf0e15af1
3 changed files with 36 additions and 36 deletions

View file

@ -10,7 +10,7 @@ Rectangle {
property string text: "Button"
property int fontSize: 0.768 * 60
property variant btnColor: "#ffffff"
property variant btnColor: "#aaaaaa"
signal buttonClick
onButtonClick: { /* Supplied by component user. */ }