Ensure proper alignment of buttons in storybook

This commit is contained in:
Eric Bailey
2025-07-30 19:19:41 -05:00
parent 5859e9ea56
commit d197fc0935
+1 -1
View File
@@ -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}