selectors: rename iconStyleAtom -> iconWeightAtom
This commit is contained in:
@@ -6,8 +6,8 @@ export const searchQueryAtom = atom<string>({
|
||||
default: "",
|
||||
});
|
||||
|
||||
export const iconStyleAtom = atom<IconStyle>({
|
||||
key: "styleQueryAtom",
|
||||
export const iconWeightAtom = atom<IconStyle>({
|
||||
key: "iconWeightAtom",
|
||||
default: IconStyle.REGULAR,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user