diff options
author | Eric Bailey <git@esb.lol> | 2025-04-15 15:30:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 15:30:03 -0500 |
commit | 16462b08a7284a00659e6ea09f4017710ad06e1f (patch) | |
tree | 865548e0b115d1a209005e9bb03f01038673b712 /src/view/screens | |
parent | c5a22ffd97e5565e07b48f89f980d52624ca3b65 (diff) | |
download | voidsky-16462b08a7284a00659e6ea09f4017710ad06e1f.tar.zst |
Standarize on shields (#8204)
Diffstat (limited to 'src/view/screens')
-rw-r--r-- | src/view/screens/Storybook/Settings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/Storybook/Settings.tsx b/src/view/screens/Storybook/Settings.tsx index fe47b2c74..dddd47a5f 100644 --- a/src/view/screens/Storybook/Settings.tsx +++ b/src/view/screens/Storybook/Settings.tsx @@ -14,7 +14,7 @@ import {PaintRoller_Stroke2_Corner2_Rounded as PaintRollerIcon} from '#/componen import {Person_Stroke2_Corner2_Rounded as PersonIcon} from '#/components/icons/Person' import {Pizza_Stroke2_Corner0_Rounded as PizzaIcon} from '#/components/icons/Pizza' import {RaisingHand4Finger_Stroke2_Corner2_Rounded as HandIcon} from '#/components/icons/RaisingHand' -import {Verified_Stroke2_Corner2_Rounded as VerifiedIcon} from '#/components/icons/Verified' +import {ShieldCheck_Stroke2_Corner0_Rounded as ShieldIcon} from '#/components/icons/Shield' import {Window_Stroke2_Corner2_Rounded as WindowIcon} from '#/components/icons/Window' import {Text} from '#/components/Typography' @@ -102,7 +102,7 @@ export function Settings() { hoverStyle={[{backgroundColor: t.palette.primary_100}]} contentContainerStyle={[a.rounded_md, a.px_lg]}> <SettingsList.ItemIcon - icon={VerifiedIcon} + icon={ShieldIcon} color={t.palette.primary_500} /> <SettingsList.ItemText |