Skip to content

Commit

Permalink
style(Button): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Apr 26, 2023
1 parent e49f372 commit b8a4a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/Button/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default ({ margin }: { margin?: string }) => css`
&.suffix {
margin-left: ${margin || 0};
}
&.no-shrink {
flex-shrink: 0;
}
Expand Down

0 comments on commit b8a4a87

Please sign in to comment.