Skip to content

Commit

Permalink
Improve backdrop colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Aug 18, 2022
1 parent 6890e66 commit 0591928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ body {
--form-background: #{ light-dark(#fff, #000) };
--form-text: #{ light-dark(#000, #fff) };
--dialog-background: #{ light-dark(#fff, $dark) };
--backdrop-background: #{ light-dark(rgba(#000, .1), rgba(#fff, .2)) };
--backdrop-background: #{ light-dark(rgba($dark, .1), rgba($light, .1)) };
}

@each $name, $color in $colors {
Expand Down

0 comments on commit 0591928

Please sign in to comment.