feature/comparison-slider #19

Merged
ilia merged 129 commits from feature/comparison-slider into main 2026-02-02 09:23:46 +00:00
Showing only changes of commit b2af3683bc - Show all commits

View File

@@ -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;