Skip to content

Commit

Permalink
SASS: Replace 'AnimatedButton' bg color with color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Sep 30, 2023
1 parent 586f60b commit 650c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/UI/AnimatedButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $dark: colors.$dark;
left: 0;
width: 150%;
height: 100%;
background: #ffc107;
background: $color2-hover;
transform-origin: left;
transform: translateX(-100%) skewX(-15deg);
transition: 0.5s;
Expand Down

0 comments on commit 650c709

Please sign in to comment.