Add one more smaller text size option
This commit is contained in:
parent
038b2b2e6b
commit
fbd448c152
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import states from '../utils/states';
|
||||||
import store from '../utils/store';
|
import store from '../utils/store';
|
||||||
|
|
||||||
const DEFAULT_TEXT_SIZE = 16;
|
const DEFAULT_TEXT_SIZE = 16;
|
||||||
const TEXT_SIZES = [15, 16, 17, 18, 19, 20];
|
const TEXT_SIZES = [14, 15, 16, 17, 18, 19, 20];
|
||||||
const {
|
const {
|
||||||
PHANPY_WEBSITE: WEBSITE,
|
PHANPY_WEBSITE: WEBSITE,
|
||||||
PHANPY_PRIVACY_POLICY_URL: PRIVACY_POLICY_URL,
|
PHANPY_PRIVACY_POLICY_URL: PRIVACY_POLICY_URL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue