Partially restored the default theme (rosepine)

This commit is contained in:
quadbyte 2025-08-14 18:46:00 -04:00
parent 796bb4acd0
commit 7660a37b8a
8 changed files with 23 additions and 23 deletions

View file

@ -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