Skip to content

Commit

Permalink
fix: issue with backdrop color (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jun 17, 2024
1 parent 7ed5adc commit d0577ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/components/src/styles/dialog-init.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@use "@db-ui/foundations/build/scss/colors";

$backdrop-color: var(
#{colors.$db-current-color-enabled},
#{colors.$db-neutral-on-bg-enabled}
);
$backdrop-color: #{colors.$db-current-color-enabled};

$backdrop-opacity-strong: 0.64;
$backdrop-opacity-weak: 0.32;
Expand Down

0 comments on commit d0577ba

Please sign in to comment.