State: add 'iconSize' and 'iconColor' atoms
This commit is contained in:
@@ -17,3 +17,13 @@ export const styleQueryAtom = atom<IconStyle>({
|
||||
key: "styleQueryAtom",
|
||||
default: IconStyle.REGULAR,
|
||||
});
|
||||
|
||||
export const iconSizeAtom = atom<number>({
|
||||
key: "iconSizeAtom",
|
||||
default: 24,
|
||||
});
|
||||
|
||||
export const iconColorAtom = atom<string>({
|
||||
key: "iconColorAtom",
|
||||
default: "#000000",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user