We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2649a2a commit cc677f9Copy full SHA for cc677f9
packages/modals/src/styled/StyledModal.ts
@@ -55,7 +55,7 @@ const colorStyles = ({ theme }: ThemeProps<DefaultTheme>) => {
55
hue: 'neutralHue',
56
shade: 1200,
57
light: { transparency: theme.opacity[200] },
58
- dark: { transparency: theme.opacity[800] }
+ dark: { transparency: theme.opacity[1000] }
59
});
60
const shadow = theme.shadows.lg(offsetY, blurRadius, shadowColor);
61
0 commit comments