chore: change default font size

This commit is contained in:
Ilia Mashkov
2026-01-30 00:47:44 +03:00
parent 90f11d8d16
commit b2af3683bc

View File

@@ -1,7 +1,7 @@
/** /**
* Font size constants * Font size constants
*/ */
export const DEFAULT_FONT_SIZE = 16; export const DEFAULT_FONT_SIZE = 48;
export const MIN_FONT_SIZE = 8; export const MIN_FONT_SIZE = 8;
export const MAX_FONT_SIZE = 100; export const MAX_FONT_SIZE = 100;
export const FONT_SIZE_STEP = 1; export const FONT_SIZE_STEP = 1;