From cbf4ea5060628be199f1e1dc516b47319ffe1db3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 27 Nov 2023 19:01:09 +0800 Subject: [PATCH] Add 1 option for smaller text size --- src/pages/settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index 2e7bdaac..e6c44595 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -23,7 +23,7 @@ import states from '../utils/states'; import store from '../utils/store'; const DEFAULT_TEXT_SIZE = 16; -const TEXT_SIZES = [16, 17, 18, 19, 20]; +const TEXT_SIZES = [15, 16, 17, 18, 19, 20]; function Settings({ onClose }) { const snapStates = useSnapshot(states);