fix: make buttons pop via bold
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user