move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -22,8 +22,8 @@ Item {
|
|||
ShapePath {
|
||||
id: fill
|
||||
|
||||
fillColor: Theme.palette.base100
|
||||
strokeColor: Theme.palette.base200
|
||||
fillColor: Styling.theme.base100
|
||||
strokeColor: Styling.theme.base200
|
||||
strokeWidth: 8
|
||||
|
||||
PathAngleArc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue