We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4da3f commit cc98f1dCopy full SHA for cc98f1d
example/src/modules/primitives/ButtonScreen.tsx
@@ -29,11 +29,7 @@ export const ButtonScreen = () => {
29
30
return (
31
<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
- >
+ <Box style={tailwind.style("flex-1 px-2 justify-center bg-white-900")}>
37
<Button
38
variant={selectedVariant}
39
themeColor={selectedTheme}
0 commit comments