diff --git a/src/style-predefines.tsx b/src/style-predefines.tsx index 8cd43b9..8a41aa3 100644 --- a/src/style-predefines.tsx +++ b/src/style-predefines.tsx @@ -35,8 +35,8 @@ export function flex( direction: Property.FlexDirection = "row", justify: Property.JustifyContent = "flex-start", align: Property.AlignItems = "start", - wrap: Property.FlexWrap = "nowrap", - gap: MeasureUnit = "none" + gap: MeasureUnit = "none", + wrap: Property.FlexWrap = "nowrap" ) { return css({ display: "flex",