Use dark/light specification from system

This commit is contained in:
Yuri Becker
2025-03-20 14:03:40 +01:00
parent dc1ea604f7
commit 83f64f9af8
6 changed files with 16 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ T.Button {
id: control
icon.color: Colors.foreground
icon.color: Colors.primaryContrast
icon.height: 21
icon.width: 21
implicitHeight: Math.max(
@@ -32,7 +32,7 @@ T.Button {
icon: control.icon
text: control.text
font: control.font
color: Colors.foreground
color: Colors.primaryContrast
}
onIconChanged: () => {