Fix some invalid colors name + avoid hard coding colors and transparency.
This commit is contained in:
parent
10b70f0c53
commit
411ed72436
4 changed files with 10 additions and 10 deletions
|
|
@ -97,8 +97,8 @@ Singleton {
|
|||
property color outline: themeData.outline
|
||||
|
||||
// Shadows & Overlays
|
||||
property color shadow: applyOpacity(themeData.shadow, "B3")
|
||||
property color overlay: applyOpacity(themeData.overlay, "66")
|
||||
property color shadow: themeData.shadow
|
||||
property color overlay: themeData.overlay
|
||||
|
||||
// Font Properties
|
||||
property string fontFamily: "Roboto" // Family for all text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue