move theme to styling
This commit is contained in:
parent
467c9bc0e3
commit
4375f6e13d
36 changed files with 68 additions and 67 deletions
|
|
@ -76,7 +76,7 @@ StyledWindow {
|
|||
highlightResizeDuration: 0
|
||||
highlight: Rectangle {
|
||||
radius: 8
|
||||
color: Theme.palette.primary
|
||||
color: Styling.theme.primary
|
||||
}
|
||||
|
||||
onCurrentItemChanged: {
|
||||
|
|
@ -103,7 +103,7 @@ StyledWindow {
|
|||
}
|
||||
|
||||
padding: 16
|
||||
color: list.currentIndex == index ? Theme.palette.primarycontent : Theme.palette.basecontent
|
||||
color: list.currentIndex == index ? Styling.theme.primarycontent : Styling.theme.basecontent
|
||||
text: modelData.text
|
||||
font.pixelSize: 18
|
||||
font.bold: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue