aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/modules/common/widgets/DialogButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/quickshell/modules/common/widgets/DialogButton.qml')
-rw-r--r--config/quickshell/modules/common/widgets/DialogButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/quickshell/modules/common/widgets/DialogButton.qml b/config/quickshell/modules/common/widgets/DialogButton.qml
index 9e19a507..b799336a 100644
--- a/config/quickshell/modules/common/widgets/DialogButton.qml
+++ b/config/quickshell/modules/common/widgets/DialogButton.qml
@@ -18,7 +18,7 @@ RippleButton {
buttonRadius: Appearance?.rounding.full ?? 9999
property color colEnabled: Appearance?.colors.colPrimary
- property color colDisabled: Appearance?.m3colors.m3outline
+ property color colDisabled: Appearance?.m3colors.m3borderPrimary
contentItem: StyledText {
id: buttonTextWidget
@@ -27,7 +27,7 @@ RippleButton {
anchors.rightMargin: 15
text: buttonText
horizontalAlignment: Text.AlignHCenter
- font.pixelSize: Appearance?.font.pixelSize.small ?? 12
+ font.pixelSize: Appearance?.font.pixelSize.textBase ?? 12
color: button.enabled ? button.colEnabled : button.colDisabled
Behavior on color {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage