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({