move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -19,7 +19,7 @@ Slider {
|
|||
width: control.availableWidth
|
||||
height: implicitHeight
|
||||
radius: 8
|
||||
color: Theme.palette.base200
|
||||
color: Styling.theme.base200
|
||||
|
||||
Rectangle {
|
||||
width: control.visualPosition * parent.width
|
||||
|
|
@ -29,7 +29,7 @@ Slider {
|
|||
}
|
||||
}
|
||||
height: parent.height
|
||||
color: Theme.palette.primary
|
||||
color: Styling.theme.primary
|
||||
radius: 8
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue