Skip to content

Commit

Permalink
Update Button.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar authored Apr 11, 2024
1 parent 4c9a875 commit c40aff8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
--button-padding-x: var(--button-padding-x-sm);
--button-color: var(--mantine-color-white);

transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;

user-select: none;
font-weight: 600;
position: relative;
Expand Down

0 comments on commit c40aff8

Please sign in to comment.