From 35ca295d48b4e6c8cec6718dfce278bccede4516 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 15 Nov 2025 21:38:17 +0200 Subject: [PATCH] fix(settings/appearance): font size can't be typed out properly (closes #7740) --- apps/client/src/widgets/type_widgets/options/appearance.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/options/appearance.tsx b/apps/client/src/widgets/type_widgets/options/appearance.tsx index 19ddf766c..809d05e9e 100644 --- a/apps/client/src/widgets/type_widgets/options/appearance.tsx +++ b/apps/client/src/widgets/type_widgets/options/appearance.tsx @@ -203,7 +203,7 @@ function Font({ title, fontFamilyOption, fontSizeOption }: { title: string, font