Skip to content

Commit

Permalink
chore: remove button transition
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Nov 9, 2022
1 parent 7cc1ca3 commit c6fedcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/buttons.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const base = style({
padding: `${genericVars.space.small} ${genericVars.space.standard}`,
justifyContent: 'center',
fontSize: genericVars.text.size.normal,
transition: 'all 0.1s ease-in-out',
userSelect: 'none',
selectors: {
'&[disabled]': {
Expand Down

0 comments on commit c6fedcd

Please sign in to comment.