Skip to content

Commit

Permalink
Updated background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiful Alam committed Apr 17, 2021
1 parent e1d48ca commit f59a96a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ $snack-box-shadow: 0 0.5rem 1rem rgba(#222, 0.15) !default;
$snack-spacing: 1.5rem / 2 !default;

$snack-header-color: #4c535a !default;
$snack-header-background-color: rgba(#fff, 0.85) !default;
$snack-header-border-color: rgba(0, 0, 0, 0.05) !default;
$snack-header-background-color: rgba(#fff, 0.5) !default;

.__snackbar_container {
position: fixed;
Expand Down Expand Up @@ -110,7 +109,7 @@ $snack-header-border-color: rgba(0, 0, 0, 0.05) !default;
color: $snack-header-color;
background-color: $snack-header-background-color;
background-clip: padding-box;
border-bottom: $snack-border-width solid $snack-header-border-color;
border-bottom: $snack-border-width solid $snack-border-color;
border-top-left-radius: $internal-border-radius;
border-top-right-radius: $internal-border-radius;

Expand Down

0 comments on commit f59a96a

Please sign in to comment.