Skip to content

Commit 46113b7

Browse files
authored
fix: backgorund on darkmode (#2878)
1 parent f5db583 commit 46113b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/SupportModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export const SupportModal = () => {
296296
/>
297297

298298
{account && !hasOptedIn && (
299-
<Box sx={{ mt: 2, p: 2, bgcolor: 'grey.50', borderRadius: 1.5 }}>
299+
<Box sx={{ mt: 2, p: 2, bgcolor: 'background.surface', borderRadius: 1.5 }}>
300300
<FormControlLabel
301301
control={
302302
<Checkbox

0 commit comments

Comments
 (0)