Skip to content

Commit f74419d

Browse files
committed
fix: remove showConfetti in theme dialog
1 parent b14a441 commit f74419d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pages/Shared/SwitchThemeDialog/SwitchThemeDialog.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ const SwitchThemeDialog = ({
203203
},
204204
}}
205205
isLandscapeView
206-
showConfetti={!initialThemePreference}
207206
>
208207
<div className="dc__grid dc__column-gap-16 theme-preference-option__container">
209208
{THEME_PREFERENCE_OPTION_LIST.map((value) => (

0 commit comments

Comments
 (0)