diff --git a/example/storybook/stories/components/Wrapper.tsx b/example/storybook/stories/components/Wrapper.tsx
index 6d89912da..3e0536367 100644
--- a/example/storybook/stories/components/Wrapper.tsx
+++ b/example/storybook/stories/components/Wrapper.tsx
@@ -123,7 +123,7 @@ function MyWrapper({ children }: any) {
bg={bgColor}
safeAreaY
>
- {/* : }
size="lg"
/>
- */}
+
{children}
);
diff --git a/example/storybook/stories/components/primitives/Input/Addons.tsx b/example/storybook/stories/components/primitives/Input/Addons.tsx
index 617783165..006e6a1fe 100644
--- a/example/storybook/stories/components/primitives/Input/Addons.tsx
+++ b/example/storybook/stories/components/primitives/Input/Addons.tsx
@@ -10,8 +10,8 @@ import {
export const Example = () => {
return (
-
-
+
+
diff --git a/example/storybook/stories/components/primitives/Select/FormControlled.tsx b/example/storybook/stories/components/primitives/Select/FormControlled.tsx
index 74b74a4aa..240d6f2da 100644
--- a/example/storybook/stories/components/primitives/Select/FormControlled.tsx
+++ b/example/storybook/stories/components/primitives/Select/FormControlled.tsx
@@ -10,7 +10,7 @@ import {
export const Example = () => {
return (
-
+
Choose service