mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Add 1 option for smaller text size
This commit is contained in:
parent
a579f27d55
commit
cbf4ea5060
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue