diff --git a/apps/storybook-react-native/stories/Backgrounds.stories.tsx b/apps/storybook-react-native/stories/Backgrounds.stories.tsx index 7aeb4b5a..0a49295b 100644 --- a/apps/storybook-react-native/stories/Backgrounds.stories.tsx +++ b/apps/storybook-react-native/stories/Backgrounds.stories.tsx @@ -27,18 +27,23 @@ export default meta; type Story = StoryObj; const ButtonComponents = () => ( - - - - - Text Button + + + + ); const TextComponents = () => ( <> Text & Icon Colors - + ( Text Muted and Icon Muted + Text Button ); @@ -72,11 +78,8 @@ const TextComponents = () => ( const Backgrounds: React.FC = () => { const tw = useTailwind(); return ( - - + + {/* Background Default */} { {/* Background Section */} { {/* Background Subsection */} ( - Text Button ); @@ -63,6 +62,7 @@ const TextComponents = () => ( Text Muted and Icon Muted + Text Button );