Skip to content

Commit

Permalink
fix(loading): use $overlay-01 token for overlay (#6323)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: DAK <40970507+dakahn@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 23, 2020
1 parent aba104a commit 5db6ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/loading/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
left: 0;
height: 100%;
width: 100%;
background-color: rgba($ui-02, 0.6);
background-color: $overlay-01;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 5db6ac3

Please sign in to comment.