fix: make buttons pop via bold

This commit is contained in:
talksik
2025-04-11 13:26:48 -07:00
parent 8755c82b28
commit 539e643b8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import DesignSystem
Button {
id: control
font.family: Fonts.dotrice
font.bold: false
font.bold: true
background: Rectangle {
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml
+1 -1
View File
@@ -6,7 +6,7 @@ import DesignSystem
Button {
id: control
font.family: Fonts.dotrice
font.bold: false
font.bold: true
background: Rectangle {
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml