Skip to content

Commit cc98f1d

Browse files
committed
chore(example-app): 🎨 make buttons full width
1 parent 9c4da3f commit cc98f1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example/src/modules/primitives/ButtonScreen.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ export const ButtonScreen = () => {
2929

3030
return (
3131
<Box style={tailwind.style("flex-1 justify-center bg-white-900")}>
32-
<Box
33-
style={tailwind.style(
34-
"flex-1 px-2 justify-center items-center bg-white-900",
35-
)}
36-
>
32+
<Box style={tailwind.style("flex-1 px-2 justify-center bg-white-900")}>
3733
<Button
3834
variant={selectedVariant}
3935
themeColor={selectedTheme}

0 commit comments

Comments
 (0)