diff --git a/src/state/atoms.ts b/src/state/atoms.ts index b6cea2b..3ec5a2e 100644 --- a/src/state/atoms.ts +++ b/src/state/atoms.ts @@ -13,7 +13,7 @@ export const iconWeightAtom = atom({ export const iconSizeAtom = atom({ key: "iconSizeAtom", - default: 56, + default: 48, }); export const iconColorAtom = atom({