Skip to content

Commit

Permalink
chore: Change backdrop background-color n-500 to n-800 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Apr 24, 2020
1 parent 92918ea commit 199b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuselage/src/components/Modal/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
left: 0;
right: 0;

background-color: colors.neutral(500, $alpha: 0.5);
background-color: colors.neutral(800, $alpha: 0.5);
}

@include on-breakpoint(sm) {
Expand Down

0 comments on commit 199b874

Please sign in to comment.