From e3a7a0c8c738577472a3ffe52a8a2a69e9cd91cd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:38:43 +1000 Subject: [PATCH] fix: tokens access without screen --- modules/dashboard/media/LyricsInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dashboard/media/LyricsInfo.qml b/modules/dashboard/media/LyricsInfo.qml index 9edae499..4091f05a 100644 --- a/modules/dashboard/media/LyricsInfo.qml +++ b/modules/dashboard/media/LyricsInfo.qml @@ -19,7 +19,7 @@ Item { id: blobGroup color: Colours.palette.m3surfaceContainerHighest - smoothing: Tokens.rounding.medium + smoothing: root.Tokens.rounding.medium cornerFill: false Behavior on color {