From debf99a5d947f6641e74770d7b72bad0988e706c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:09:51 +1000 Subject: utilities: fix colours Fix transparency + some button colours --- components/controls/IconTextButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/controls/IconTextButton.qml') diff --git a/components/controls/IconTextButton.qml b/components/controls/IconTextButton.qml index c776401..78e7c5b 100644 --- a/components/controls/IconTextButton.qml +++ b/components/controls/IconTextButton.qml @@ -27,7 +27,7 @@ StyledRect { property bool internalChecked property color activeColour: type === IconTextButton.Filled ? Colours.palette.m3primary : Colours.palette.m3secondary - property color inactiveColour: type === IconTextButton.Filled ? Colours.palette.m3surfaceContainer : Colours.palette.m3secondaryContainer + property color inactiveColour: type === IconTextButton.Filled ? Colours.tPalette.m3surfaceContainer : Colours.palette.m3secondaryContainer property color activeOnColour: type === IconTextButton.Filled ? Colours.palette.m3onPrimary : Colours.palette.m3onSecondary property color inactiveOnColour: type === IconTextButton.Filled ? Colours.palette.m3onSurface : Colours.palette.m3onSecondaryContainer -- cgit v1.2.3-freya