Skip to content

Commit

Permalink
Update font consistency in story
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-hook committed Apr 13, 2022
1 parent ade26d3 commit 1166e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/toast/src/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ const buttonClass = css({
border: '1px solid black',
borderRadius: 4,
background: 'gainsboro',
font: 'inherit',
fontFamily: 'inherit',
padding: '2px 5px',
'&:hover, &:focus': {
background: 'royalblue',
Expand Down

0 comments on commit 1166e1a

Please sign in to comment.