Skip to content

Commit

Permalink
chore(button): update inverse button hover border token
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrantz committed Jul 30, 2021
1 parent a2860c3 commit 1a7fcfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fifty-owls-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@twilio-paste/button': patch
'@twilio-paste/core': patch
---

Update inverse button to use `shadow-border-inverse-strongest` on hover
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultStyles: BoxStyleProps = merge(BaseStyles.default, {
color: 'colorTextInverse',
fontWeight: 'fontWeightSemibold',
backgroundColor: 'colorBackgroundInverseStrong',
boxShadow: 'shadowBorderInverseStrong',
boxShadow: 'shadowBorderInverseStrongest',
},
_focus: {
color: 'colorTextInverse',
Expand Down

0 comments on commit 1a7fcfb

Please sign in to comment.