From 7d35f6b6930c58cd44694f390332d8db313c0443 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sun, 16 Aug 2020 16:43:57 -0400 Subject: [PATCH] atoms: set default icon size to 56px --- src/state/atoms.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/atoms.ts b/src/state/atoms.ts index 8aeacd4..e9110bd 100644 --- a/src/state/atoms.ts +++ b/src/state/atoms.ts @@ -13,7 +13,7 @@ export const styleQueryAtom = atom({ export const iconSizeAtom = atom({ key: "iconSizeAtom", - default: 32, + default: 56, }); export const iconColorAtom = atom({