Skip to content

Commit

Permalink
refactor(Button): Update CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
merycardenas27 authored and stephsalazar committed Apr 23, 2020
1 parent b1a032a commit 1257153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Buttons/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const styles = theme => ({
fontSize: '1rem',
fontWeight: 800,
minWidth: 64,
textDecoration: 'none',
textTransform: 'uppercase',
'&:hover': {
cursor: 'pointer',
Expand Down

0 comments on commit 1257153

Please sign in to comment.