Skip to content

Commit

Permalink
Fix: dialog overlay broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Seedy authored Dec 9, 2021
1 parent 06cdc22 commit 9b09ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Overlay.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { styled, CSS } from '../stitches.config';

export const overlayStyles: CSS = {
backgroundColor: 'hsla(0, 0, 0, 0.7)',
backgroundColor: 'hsla(0, 0%, 0%, 0.7)',
};

export const Overlay = styled('div', overlayStyles);

0 comments on commit 9b09ec4

Please sign in to comment.