Skip to content

Commit

Permalink
fix: align center for flex rows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jan 16, 2023
1 parent 475c1be commit 3c80282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/layout.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export const flexColumnVariants = styleVariants(genericVars.space, (space) => [
export const flexRowVariants = styleVariants(genericVars.space, (space) => [
flexRow,
{
alignItems: 'center',
gap: space,
},
]);

export const inlineClass = style({
alignItems: 'center',
display: 'inline-flex',
});

Expand Down

0 comments on commit 3c80282

Please sign in to comment.