fix: make buttons pop via bold
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import DesignSystem
|
|||||||
Button {
|
Button {
|
||||||
id: control
|
id: control
|
||||||
font.family: Fonts.dotrice
|
font.family: Fonts.dotrice
|
||||||
font.bold: false
|
font.bold: true
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml
|
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import DesignSystem
|
|||||||
Button {
|
Button {
|
||||||
id: control
|
id: control
|
||||||
font.family: Fonts.dotrice
|
font.family: Fonts.dotrice
|
||||||
font.bold: false
|
font.bold: true
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml
|
// NOTE: copied from ~/Qt/6.8.3/macos/qml/QtQuick/Controls/Basic/Button.qml
|
||||||
|
|||||||
Reference in New Issue
Block a user