Skip to content

Commit de247a4

Browse files
authored
fix(quickstart): Fix dark mode issue when skipping step (#80905)
### Before ![CleanShot 2024-11-18 at 17 31 31](https://github.com/user-attachments/assets/dc04c6f7-acc0-42c9-bbb9-25c99bb5ee9f) ### After ![CleanShot 2024-11-18 at 17 32 26](https://github.com/user-attachments/assets/e5e0b13b-57d2-44fa-96ac-f29d4e780307)
1 parent c5ecd26 commit de247a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/onboardingWizard/skipConfirm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const Confirmation = styled(({onDismiss, onSkip, visible: _, ...props}: ConfirmP
8787
align-items: center;
8888
flex-direction: column;
8989
justify-content: center;
90-
background: rgba(255, 255, 255, 0.9);
90+
background: ${p => p.theme.surface200};
9191
animation: ${fadeIn} 200ms normal forwards;
9292
font-size: ${p => p.theme.fontSizeMedium};
9393

0 commit comments

Comments
 (0)