We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7332a6 commit bfcf623Copy full SHA for bfcf623
1 file changed
workspaces/react/src/components/Container.tsx
@@ -57,7 +57,7 @@ export interface BaseFlexContainerProps {
57
export const FlexContainer: PolymorphicComponent<
58
"div",
59
BaseFlexContainerProps
60
-> = ({ Component = "div", variant = "space-between", ...props }) => (
+> = ({ Component = "div", variant, ...props }) => (
61
<Component
62
{...props}
63
className={css(
0 commit comments