Skip to content

Commit

Permalink
Update modules/react/button/stories/button/examples/CustomStyles.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 authored Oct 23, 2024
1 parent cb07a41 commit 548179b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const myCustomStyles = createStyles({
[buttonStencil.vars.border]: `${px2rem(3)} dotted ${system.color.static.gray.strong}`,
[systemIconStencil.vars.color]: system.color.static.gray.strong,
[systemIconStencil.vars.color]: system.color.icon.inverse,
border: `${px2rem(3)} dotted ${system.color.static.gray.strong}`,
},
'&:active': {
[buttonStencil.vars.background]: system.color.static.gray.strong,
Expand Down

0 comments on commit 548179b

Please sign in to comment.