Skip to content

Commit

Permalink
Fix disabled property in Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 29, 2024
1 parent 61dd435 commit d8f74e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const Button = styled.button('flex', {
sm: 'font:12 size:8x',
md: 'font:14 size:12x'
},
$disabled: 'opacity:.5',
disabled: 'opacity:.5',
...
})

Expand Down

0 comments on commit d8f74e7

Please sign in to comment.