Skip to content

Commit

Permalink
Button outlined styles update
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHoncharenko committed Apr 11, 2023
1 parent c000d46 commit e180943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Button/sass/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

&:hover {
transition: background-color .5s,color .5s,border .5s;
background: $warning-hover;
opacity: 70%;
}
}

Expand Down
3 changes: 2 additions & 1 deletion src/sass/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ $success: #36B37E;
$error: #B44747;
$error-background: #FAC3C3;
$warning: #FFA90B;
$warning-hover: #FFBD45;
$warning-hover: #FADAA9;
$light-warning: #FBF6DD;
$dark-gray: #363A42;
$gray: #8891A3;
$light-gray: #EBEEF2;
Expand Down

0 comments on commit e180943

Please sign in to comment.