Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaSimonePorceddu committed Oct 30, 2021
1 parent 7a2a13f commit 066639a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/styles/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const Button: ComponentConfig = {
fontWeight: 'regular',
boxSizing: 'border-box',
'&:hover': {
opacity: 'medium'
}
opacity: 'medium',
},
},
variants: {
round: {
Expand Down

0 comments on commit 066639a

Please sign in to comment.