diff options
Diffstat (limited to 'src/view/screens/Storybook/Forms.tsx')
-rw-r--r-- | src/view/screens/Storybook/Forms.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Storybook/Forms.tsx b/src/view/screens/Storybook/Forms.tsx index fc414d31f..8ec118ae3 100644 --- a/src/view/screens/Storybook/Forms.tsx +++ b/src/view/screens/Storybook/Forms.tsx @@ -32,7 +32,7 @@ export function Forms() { label="Text field" /> - <View style={[a.flex_row, a.gap_sm]}> + <View style={[a.flex_row, a.align_start, a.gap_sm]}> <View style={[ { |