File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
example/storybook/stories/components/primitives/Input Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Input, Stack } from 'native-base';
3
3
4
4
export const Example = ( ) => {
5
5
return (
6
- < Stack space = { 4 } w = "75%" maxW = "300px" >
6
+ < Stack space = { 4 } w = "75%" maxW = "300px" mx = "auto" >
7
7
< Input size = "xs" placeholder = "xs Input" />
8
8
< Input size = "sm" placeholder = "sm Input" />
9
9
< Input size = "md" placeholder = "md Input" />
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { Input , Stack } from 'native-base' ;
3
3
export const Example = ( ) => {
4
4
return (
5
- < Stack space = { 4 } w = "75%" maxW = "300px" >
5
+ < Stack space = { 4 } w = "75%" maxW = "300px" mx = "auto" >
6
6
< Input variant = "outline" placeholder = "Outline" />
7
7
< Input variant = "filled" placeholder = "Filled" />
8
8
< Input variant = "underlined" placeholder = "Underlined" />
You can’t perform that action at this time.
0 commit comments