diff --git a/src/components/profile/profile-box.tsx b/src/components/profile/profile-box.tsx index ad9d79b968..f733ffc31c 100644 --- a/src/components/profile/profile-box.tsx +++ b/src/components/profile/profile-box.tsx @@ -36,7 +36,7 @@ export const ProfileBox = styled(Box)(({ textAlign: "left", borderRadius: theme.shape.borderRadius, boxShadow: theme.shadows[2], - padding: "8px 16px", + padding: "10px 14px", boxSizing: "border-box", backgroundColor, color, diff --git a/src/components/profile/profile-item.tsx b/src/components/profile/profile-item.tsx index a9302e4e39..dba06a590c 100644 --- a/src/components/profile/profile-item.tsx +++ b/src/components/profile/profile-item.tsx @@ -217,6 +217,9 @@ export const ProfileItem = (props: Props) => { setAnchorEl(event.currentTarget); event.preventDefault(); }} + sx={{ + borderRadius: 4, + }} > {activating && ( {t("Import")} @@ -348,6 +354,9 @@ export default function ProfilePage() { variant="contained" size="small" onClick={() => viewerRef.current?.create()} + sx={{ + borderRadius: 4, + }} > {t("New")} @@ -359,14 +368,14 @@ export default function ProfilePage() { onDragEnd={onDragEnd} > - + { return x.uid; })} > {regularItems.map((item) => ( - +