Skip to content

Commit

Permalink
Replace fade.black50 with primer.canvas.backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis authored Sep 16, 2021
1 parent 30e5c3a commit c3419f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Overlay = styled.span`
content: ' ';
background: transparent;
z-index: 99;
background: ${get('colors.fade.black50')};
background: ${get('colors.primer.canvas.backdrop')};
}
`

Expand Down

0 comments on commit c3419f5

Please sign in to comment.