workspace numbers use accent color when inactive
This commit is contained in:
parent
91657003c0
commit
e29853cbb6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ Row {
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: pill.modelData.idx
|
text: pill.modelData.idx
|
||||||
color: pill.active ? M.Theme.base00 : M.Theme.base04
|
color: pill.active ? M.Theme.base00 : (root.parent?.accentColor ?? M.Theme.base05)
|
||||||
font.pixelSize: M.Theme.fontSize - 2
|
font.pixelSize: M.Theme.fontSize - 2
|
||||||
font.family: M.Theme.fontFamily
|
font.family: M.Theme.fontFamily
|
||||||
font.bold: pill.active
|
font.bold: pill.active
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue