diff --git a/src/renderer/src/pages/shared-modals/user-friend-modal/user-friend-modal.css.ts b/src/renderer/src/pages/shared-modals/user-friend-modal/user-friend-modal.css.ts index b5b29963..0d6e8643 100644 --- a/src/renderer/src/pages/shared-modals/user-friend-modal/user-friend-modal.css.ts +++ b/src/renderer/src/pages/shared-modals/user-friend-modal/user-friend-modal.css.ts @@ -61,7 +61,7 @@ export const friendListButton = style({ flexDirection: "row", color: vars.color.body, gap: `${SPACING_UNIT + SPACING_UNIT / 2}px`, - padding: "0 8px", + padding: `0 ${SPACING_UNIT}px`, }); export const friendRequestItem = style({ diff --git a/src/renderer/src/pages/user/user-content.tsx b/src/renderer/src/pages/user/user-content.tsx index e560a50b..69ab27c3 100644 --- a/src/renderer/src/pages/user/user-content.tsx +++ b/src/renderer/src/pages/user/user-content.tsx @@ -362,8 +362,8 @@ export function UserContent({