this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add 1 option for smaller text size

+1 -1
+1 -1
src/pages/settings.jsx
··· 23 23 import store from '../utils/store'; 24 24 25 25 const DEFAULT_TEXT_SIZE = 16; 26 - const TEXT_SIZES = [16, 17, 18, 19, 20]; 26 + const TEXT_SIZES = [15, 16, 17, 18, 19, 20]; 27 27 28 28 function Settings({ onClose }) { 29 29 const snapStates = useSnapshot(states);