diff --git a/components/Icon/FilledHeartIcon.tsx b/components/Icon/FilledHeartIcon.tsx index 560f873a..23ce6c0e 100644 --- a/components/Icon/FilledHeartIcon.tsx +++ b/components/Icon/FilledHeartIcon.tsx @@ -10,8 +10,8 @@ export default function FilledHeartIcon({ ...props }) { > diff --git a/components/Icon/OrangeFilterIcon.tsx b/components/Icon/OrangeFilterIcon.tsx index d66ef40d..e5c5155c 100644 --- a/components/Icon/OrangeFilterIcon.tsx +++ b/components/Icon/OrangeFilterIcon.tsx @@ -10,36 +10,36 @@ export default function OrangeFilterIcon({ ...props }) { > - - + + ); diff --git a/components/app/CommentList.tsx b/components/app/CommentList.tsx index a3f10e03..570c4d6f 100644 --- a/components/app/CommentList.tsx +++ b/components/app/CommentList.tsx @@ -5,6 +5,7 @@ import { useRef, useState } from "react"; import { checkInputValueIsNull } from "@/utils/input"; import httpClient from "@/apis"; import useUser from "@/hooks/useUser"; +import config from "@/config"; import Comment from "../atoms/Comment"; import InputButton from "../atoms/InputButton"; @@ -41,7 +42,7 @@ export default function CommentList({ portfolioId }: { portfolioId?: number }) {
프로필 { return ` font-bold - text-middle + text-[0.875rem] + leading-4 xl:w-36 w-96 overflow-hidden diff --git a/components/app/PortfolioPlayer.tsx b/components/app/PortfolioPlayer.tsx index 796db657..3c2c8cfc 100644 --- a/components/app/PortfolioPlayer.tsx +++ b/components/app/PortfolioPlayer.tsx @@ -26,9 +26,9 @@ export default function PortfolioPlayer({
); diff --git a/components/app/UploadModal/Navigator.tsx b/components/app/UploadModal/Navigator.tsx index cd948c69..e8f284a1 100644 --- a/components/app/UploadModal/Navigator.tsx +++ b/components/app/UploadModal/Navigator.tsx @@ -12,13 +12,11 @@ export default function Navigator({ goPrev, goNext, isLast, + className = "", ...props }: FileUploadViewProps) { return ( -
+
{goPrev ? (