Partially restored the default theme (rosepine)
This commit is contained in:
parent
796bb4acd0
commit
7660a37b8a
8 changed files with 23 additions and 23 deletions
|
|
@ -53,7 +53,7 @@ RowLayout {
|
|||
implicitWidth: (root.baseSize - 5) * scaling
|
||||
implicitHeight: (root.baseSize - 5) * scaling
|
||||
radius: height * 0.5
|
||||
color: value ? Colors.colorOnSurface : Colors.colorPrimary //Colors.onBackground : Colors.colorSecondary
|
||||
color: value ? Colors.colorOnPrimary: Colors.colorPrimary
|
||||
border.color: value ? Colors.colorSurface : Colors.colorSurface
|
||||
border.width: Math.max(1, Style.borderMedium * scaling)
|
||||
y: 2 * scaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue