Skip to content

Commit

Permalink
fix: Update button reset partial to fix flex alignment bugs (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar authored Sep 28, 2023
1 parent 9c295d9 commit 3dd8f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/resets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const resetPartials = {
font: 'inherit',
cursor: 'pointer',
outline: 'inherit',
alignItems: 'unset',
},
list: {
margin: 0,
Expand Down

0 comments on commit 3dd8f6d

Please sign in to comment.