From 291a40366168d29413bc98df0a15f6e661f20aba Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:08:36 +1000 Subject: internal: more colour fixes --- modules/dashboard/dash/User.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/dash') diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml index d4d52be..53b136b 100644 --- a/modules/dashboard/dash/User.qml +++ b/modules/dashboard/dash/User.qml @@ -21,7 +21,7 @@ Row { implicitHeight: info.implicitHeight radius: Appearance.rounding.large - color: Colours.tPalette.m3surfaceContainerHigh + color: Colours.layer(Colours.palette.m3surfaceContainerHigh, 2) MaterialIcon { anchors.centerIn: parent -- cgit v1.2.3-freya