Use dark/light specification from system
This commit is contained in:
@@ -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: () => {
|
||||
|
||||
Reference in New Issue
Block a user