right sidebar: fix no alt action toggle not very readable when enabled

This commit is contained in:
end-4
2025-11-03 20:08:53 +01:00
parent 8b2f1c054c
commit 35ce444c23
@@ -119,8 +119,9 @@ GroupButton {
} }
font { font {
pixelSize: Appearance.font.pixelSize.smaller pixelSize: Appearance.font.pixelSize.smaller
weight: 100
} }
color: Appearance.colors.colSubtext color: root.colText
elide: Text.ElideRight elide: Text.ElideRight
text: root.statusText text: root.statusText
} }