From 1918f41049412c0eac8874bab752b3db00afab1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Thu, 16 Jul 2026 14:56:34 +0200 Subject: [PATCH] :bug: Fix show/hide template text having no typography set --- frontend/src/app/main/ui/dashboard/templates.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/dashboard/templates.scss b/frontend/src/app/main/ui/dashboard/templates.scss index 3d80caf43e..5498160b66 100644 --- a/frontend/src/app/main/ui/dashboard/templates.scss +++ b/frontend/src/app/main/ui/dashboard/templates.scss @@ -93,6 +93,7 @@ .title-icon-text { margin-inline-end: var(--sp-s); + @include t.use-typography("title-small"); } .title-icon-collapsed {