Skip to content

Commit

Permalink
vrt fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 9, 2025
1 parent b454071 commit 7a139aa
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-default-borderColor-rest);
border-radius: var(--borderRadius-medium);
border-color: var(--button-danger-borderColor-active);
border-radius: var(--borderRadius-large);
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 7a139aa

Please sign in to comment.