Skip to content

Commit 27e8852

Browse files
committed
fix: Remove unused styling on close button
1 parent c3e8269 commit 27e8852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Themes/ThemeModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const ThemeModal: React.FC<{
6969
marginTop: { xs: 4, md: 0 },
7070
}}
7171
>
72-
<IconButton onClick={onClose} sx={{ paddingRight: 0 }}>
72+
<IconButton onClick={onClose}>
7373
<CloseIcon />
7474
</IconButton>
7575

0 commit comments

Comments
 (0)