Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions components/CustomSwatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,7 @@ export const CustomSwatch = ({
return otherTheme;
})()}
>
<Box
position="absolute"
m="2"
top="0"
right="0"
display={{ sm: "none" }}
>
<Box position="absolute" m="2" top="0" right="0">
<Dialog.Close>
<IconButton size="1" highContrast variant="ghost">
<Cross2Icon width="24" height="24" />
Expand Down
8 changes: 1 addition & 7 deletions components/Swatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,7 @@ export const Swatch = ({ scale, step, style, ...props }: SwatchProps) => {
return otherTheme;
})()}
>
<Box
position="absolute"
m="2"
top="0"
right="0"
display={{ sm: "none" }}
>
<Box position="absolute" m="2" top="0" right="0">
<Dialog.Close>
<IconButton size="1" highContrast variant="ghost">
<Cross2Icon width="24" height="24" />
Expand Down
6 changes: 3 additions & 3 deletions context7.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://context7.com/radix-ui/website",
"public_key": "pk_q7NnKuFFXMWA7WnmjMHQU"
}
"url": "https://context7.com/radix-ui/website",
"public_key": "pk_q7NnKuFFXMWA7WnmjMHQU"
}