Prepare for multiple theme support.

This commit is contained in:
Black Hat
2018-03-01 21:21:09 +08:00
parent b0fc5d0728
commit 6a610e3808
2 changed files with 4 additions and 1 deletions

View File

@@ -39,7 +39,8 @@ Page {
ColorOverlay {
anchors.fill: background
source: background
color: "#b000796b"
color: Material.accent
opacity: 0.7
}
}