Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 9, 2025
1 parent 0002515 commit 0afa219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Button/ButtonBase.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
user-select: none;
background-color: transparent;
border: var(--borderWidth-thin) solid;
border-color: var(--button-danger-borderColor-active);
border-radius: var(--borderRadius-large);
border-color: var(--button-default-borderColor-rest);
border-radius: var(--borderRadius-medium);
transition: 80ms cubic-bezier(0.65, 0, 0.35, 1);
transition-property: color, fill, background-color, border-color;
appearance: none;
Expand Down

0 comments on commit 0afa219

Please sign in to comment.