mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
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:
parent
4983fea31e
commit
3bf0e15af1
3 changed files with 36 additions and 36 deletions
|
@ -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. */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue