Ensure proper alignment of buttons in storybook
This commit is contained in:
@@ -31,7 +31,7 @@ export function Buttons() {
|
|||||||
<Text style={[a.font_heavy, a.text_2xl]}>
|
<Text style={[a.font_heavy, a.text_2xl]}>
|
||||||
color={color} size={size}
|
color={color} size={size}
|
||||||
</Text>
|
</Text>
|
||||||
<View style={[a.flex_row, a.gap_md]}>
|
<View style={[a.flex_row, a.align_start, a.gap_md]}>
|
||||||
<Button
|
<Button
|
||||||
color={color as ButtonColor}
|
color={color as ButtonColor}
|
||||||
size={size as ButtonSize}
|
size={size as ButtonSize}
|
||||||
|
|||||||
Reference in New Issue
Block a user