Skip to content

Commit

Permalink
Remove hardcoded opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshakmaz committed Dec 10, 2020
1 parent 094d4a4 commit 2eac892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gestalt/src/Backdrop.css
Expand Up @@ -22,7 +22,6 @@
composes: absolute left0 top0 right0 bottom0 overflowScrollY from "./Layout.css";
background: var(--g-colorTransparentGray800);
height: 100%;
opacity: 0.9;
}

.backdropAnimationIn {
Expand Down

0 comments on commit 2eac892

Please sign in to comment.