We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ecd26 commit de247a4Copy full SHA for de247a4
static/app/components/onboardingWizard/skipConfirm.tsx
@@ -87,7 +87,7 @@ const Confirmation = styled(({onDismiss, onSkip, visible: _, ...props}: ConfirmP
87
align-items: center;
88
flex-direction: column;
89
justify-content: center;
90
- background: rgba(255, 255, 255, 0.9);
+ background: ${p => p.theme.surface200};
91
animation: ${fadeIn} 200ms normal forwards;
92
font-size: ${p => p.theme.fontSizeMedium};
93
0 commit comments