Skip to content

Commit

Permalink
Remove background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 1, 2023
1 parent bef5315 commit b9afedf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/snackbar/style.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.components-snackbar {
font-family: $default-font;
font-size: $default-font-size;
background: rgba($black, 0.85);
background-color: $gray-900;
background: rgba($black, 0.85); // Emulates #1e1e1e closely.
backdrop-filter: blur($grid-unit-20) saturate(180%);
border-radius: $radius-block-ui;
box-shadow: $shadow-popover;
Expand Down

0 comments on commit b9afedf

Please sign in to comment.