Skip to content

Commit c3e8269

Browse files
committed
fix: Remove unused box component
1 parent fe51ae3 commit c3e8269

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/Themes/ThemeModal.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@ const ThemeModal: React.FC<{
6969
marginTop: { xs: 4, md: 0 },
7070
}}
7171
>
72-
<Box sx={{ display: "flex", justifyContent: "flex-end" }}>
73-
<IconButton onClick={onClose} sx={{ paddingRight: 0 }}>
74-
<CloseIcon />
75-
</IconButton>
76-
</Box>
72+
<IconButton onClick={onClose} sx={{ paddingRight: 0 }}>
73+
<CloseIcon />
74+
</IconButton>
7775

7876
<Grid
7977
container

0 commit comments

Comments
 (0)