From 49878d64aa2e6e04fd17f8318b73a2b825ce2f7e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 13 Apr 2026 17:07:03 +0300 Subject: [PATCH] chore(options/appearance): integrate font description properly --- .../widgets/type_widgets/options/appearance.css | 5 +++++ .../widgets/type_widgets/options/appearance.tsx | 15 +++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/type_widgets/options/appearance.css b/apps/client/src/widgets/type_widgets/options/appearance.css index 753a2715fd..8693b5bbdf 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.css +++ b/apps/client/src/widgets/type_widgets/options/appearance.css @@ -56,6 +56,11 @@ font-size: 12px; text-transform: uppercase; } + + .font-size-description { + color: var(--muted-text-color); + font-size: 12px; + } } .font-size-slider { diff --git a/apps/client/src/widgets/type_widgets/options/appearance.tsx b/apps/client/src/widgets/type_widgets/options/appearance.tsx index df46afa8ee..1f76dd37c7 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.tsx +++ b/apps/client/src/widgets/type_widgets/options/appearance.tsx @@ -328,8 +328,8 @@ function Fonts() { /> - - + + + <>