move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -22,7 +22,7 @@ StyledIconButton {
|
|||
PropertyChanges {
|
||||
root {
|
||||
rotation: 180
|
||||
color: root.hovered ? Theme.palette.basecontent : Theme.palette.primary
|
||||
color: root.hovered ? Styling.theme.basecontent : Styling.theme.primary
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -33,7 +33,7 @@ StyledIconButton {
|
|||
root {
|
||||
text: Styling.lucide.icons.triangleDashed
|
||||
rotation: 180
|
||||
color: root.hovered ? Theme.palette.basecontent : Theme.palette.primary
|
||||
color: root.hovered ? Styling.theme.basecontent : Styling.theme.primary
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue