Skip to content

Commit

Permalink
fix: FlexboxesProps missing FlexBasisProps (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: strozw <strozw@users.noreply.github.com>
  • Loading branch information
strozw and strozw committed Dec 16, 2021
1 parent 7826a15 commit dbc531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/system/src/styles/flexboxes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface FlexboxesProps<T extends ITheme = Theme>
JustifyContentProps<T>,
JustifyItemsProps<T>,
FlexWrapProps<T>,
FlexWrapProps<T>,
FlexBasisProps<T>,
FlexShrinkProps<T>,
FlexGrowProps<T>,
FlexDirectionProps<T>,
Expand Down

0 comments on commit dbc531b

Please sign in to comment.