light version

This commit is contained in:
Andrei Yankovich 2019-08-09 14:35:36 +03:00
parent 39b1d53598
commit da6274ea4c
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Frame {
id: frameVew
background: Rectangle {
color: (Material.theme == Material.Dark)? "#50000000": "#50ffffff"
border.color: "#5e5d5d"
border.color: (Material.theme == Material.Dark)? "#000000": "#cfcfcf"
radius: metrix.mm
}

View File

@ -4,4 +4,4 @@ Style=Material
[Material]
Accent=Teal
Primary=BlueGrey
Theme=Dark
Theme=Light