move theme to styling

This commit is contained in:
Benjamin Palko 2025-09-05 17:30:09 -04:00
parent 467c9bc0e3
commit 4375f6e13d
36 changed files with 68 additions and 67 deletions

View file

@ -9,13 +9,13 @@ ToolTip {
contentItem: Text {
text: control.text
font: control.font
color: Theme.palette.basecontent
color: Styling.theme.basecontent
}
background: Rectangle {
radius: 8
color: Theme.palette.base100
border.color: Theme.palette.base200
color: Styling.theme.base100
border.color: Styling.theme.base200
border.width: 2
}
}