Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 3, 2023
1 parent 6736df5 commit c612342
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions viser/client/src/ControlPanel/Generated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,13 +400,7 @@ function GeneratedFolder({ conf }: { conf: GuiAddFolderMessage }) {
mx="xs"
mt="xs"
mb="lg"
sx={(theme) => ({
position: "relative",
borderColor:
theme.colorScheme == "light"
? theme.colors.gray[4] + " !important"
: theme.colors.gray[8] + " !important",
})}
sx={{ position: "relative" }}
>
<Paper
sx={{
Expand Down

0 comments on commit c612342

Please sign in to comment.