From b2af3683bc089da68e230a9d7a56fece11c2fd51 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 30 Jan 2026 00:47:44 +0300 Subject: [PATCH] chore: change default font size --- src/features/SetupFont/model/const/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/SetupFont/model/const/const.ts b/src/features/SetupFont/model/const/const.ts index 6261b2b..97d60a0 100644 --- a/src/features/SetupFont/model/const/const.ts +++ b/src/features/SetupFont/model/const/const.ts @@ -1,7 +1,7 @@ /** * Font size constants */ -export const DEFAULT_FONT_SIZE = 16; +export const DEFAULT_FONT_SIZE = 48; export const MIN_FONT_SIZE = 8; export const MAX_FONT_SIZE = 100; export const FONT_SIZE_STEP = 1;