From fb957384acbec6afaf7b667415cb195c47fa6eee Mon Sep 17 00:00:00 2001 From: Marcy Sutton Todd Date: Mon, 3 Mar 2025 15:27:14 -0800 Subject: [PATCH] [combobox-announcer] Clean up unused storybook styles --- __docs__/wonder-blocks-announcer/announcer.stories.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/__docs__/wonder-blocks-announcer/announcer.stories.tsx b/__docs__/wonder-blocks-announcer/announcer.stories.tsx index 6763cfa19..10d9d1808 100644 --- a/__docs__/wonder-blocks-announcer/announcer.stories.tsx +++ b/__docs__/wonder-blocks-announcer/announcer.stories.tsx @@ -114,14 +114,4 @@ const styles = StyleSheet.create({ alignItems: "center", justifyContent: "center", }, - container: { - width: "100%", - }, - narrowBanner: { - maxWidth: 400, - }, - rightToLeft: { - width: "100%", - direction: "rtl", - }, });