about summary refs log tree commit diff
path: root/src/view/screens/Storybook/Settings.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Storybook/Settings.tsx')
-rw-r--r--src/view/screens/Storybook/Settings.tsx4
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