diff --git a/public/icons/discover.svg b/public/icons/discover.svg index ee85332a..57e6d43b 100644 --- a/public/icons/discover.svg +++ b/public/icons/discover.svg @@ -1 +1 @@ -book-open-page-variant \ No newline at end of file +pound \ No newline at end of file diff --git a/public/icons/group.svg b/public/icons/group.svg index 57e6d43b..2a4669d1 100644 --- a/public/icons/group.svg +++ b/public/icons/group.svg @@ -1 +1 @@ -pound \ No newline at end of file +book-open-page-variant diff --git a/src/app/book/[bookId]/page.tsx b/src/app/book/[bookId]/page.tsx index e0100ccc..3d0ccbf8 100644 --- a/src/app/book/[bookId]/page.tsx +++ b/src/app/book/[bookId]/page.tsx @@ -78,7 +78,7 @@ const BookTitle = ({ bookId }: { bookId: APIBook['bookId'] }) => { }; const Heading = ({ text }: { text: string }) => ( -

{text}

+

{text}

); const AddBookCommentButton = ({ bookId }: { bookId: APIBook['bookId'] }) => { diff --git a/src/app/book/search/page.tsx b/src/app/book/search/page.tsx index 5797abb3..1b317c27 100644 --- a/src/app/book/search/page.tsx +++ b/src/app/book/search/page.tsx @@ -52,7 +52,7 @@ const BookSearchPage = () => { {/** 최근 검색어 + 베스트 셀러 */}
}>
-

+

{data.userNickname} 님의 책장

- + {`${data.job.jobGroupKoreanName} • ${data.job.jobNameKoreanName}`}
-

+

지금 로그인하면
책장에 담긴 모든 책을 볼 수 있어요!

-

+

{userNickname}님의 책장에서 다양한
@@ -136,9 +136,9 @@ const BookShelfContent = ({

diff --git a/src/app/error.tsx b/src/app/error.tsx index e11f9dd8..f2c65513 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -10,7 +10,7 @@ export const ErrorPage = () => { return (
loading -
+
다독이도 몰라요~ 왜 이래요~
diff --git a/src/app/group/[groupId]/join/page.tsx b/src/app/group/[groupId]/join/page.tsx index 2f7b6688..8750b3bc 100644 --- a/src/app/group/[groupId]/join/page.tsx +++ b/src/app/group/[groupId]/join/page.tsx @@ -64,12 +64,12 @@ const BookGroupJoinForm = ({ groupId }: { groupId: number }) => { className="mt-[2.5rem] flex flex-col gap-[2.5rem]" onSubmit={handleSubmit(submitJoinForm)} > -

+

{`문제를 맞추면 모임에 가입할 수 있어요`}

-

{question}

+

{question}

loading -

+

다독이가 길을 잃었어요.

diff --git a/src/app/group/[groupId]/page.tsx b/src/app/group/[groupId]/page.tsx index 0d7caa16..b509faaf 100644 --- a/src/app/group/[groupId]/page.tsx +++ b/src/app/group/[groupId]/page.tsx @@ -50,7 +50,7 @@ const DetailBookGroupPage = ({ export default DetailBookGroupPage; const Heading = ({ text }: { text: string }) => ( -

{text}

+

{text}

); const PageSkeleton = () => ( diff --git a/src/app/group/page.tsx b/src/app/group/page.tsx index d61ca4e1..72437feb 100644 --- a/src/app/group/page.tsx +++ b/src/app/group/page.tsx @@ -75,7 +75,7 @@ const MyBookGroupList = () => { const { data: myId } = useMyProfileId({ enabled: isAuthenticated }); return ( -
+
{bookGroups.map(({ title, book, bookGroupId, owner }) => ( { return (
loading -
+
다독이가 길을 잃었어요.
@@ -101,7 +107,7 @@ const MyProfileForAuth = () => { diff --git a/src/v1/base/BottomNavigation.tsx b/src/v1/base/BottomNavigation.tsx index b5d94a30..1edafb4c 100644 --- a/src/v1/base/BottomNavigation.tsx +++ b/src/v1/base/BottomNavigation.tsx @@ -50,7 +50,7 @@ const BottomNavigation = ({ pathname }: BottomNavigationProps) => { }`} >
{icon}
-

{label}

+

{label}

))} diff --git a/src/v1/base/Button.tsx b/src/v1/base/Button.tsx index 7de2e249..b8384d40 100644 --- a/src/v1/base/Button.tsx +++ b/src/v1/base/Button.tsx @@ -15,20 +15,20 @@ type ButtonProps = PropsWithChildren<{ const getSizeClasses = (size: Size) => { switch (size) { case 'small': { - return 'text-sm px-[1.2rem] py-[0.6rem]'; + return 'font-body2-bold px-[1.2rem] py-[0.6rem]'; } case 'medium': { - return 'text-md px-[1.6rem] py-[0.8rem]'; + return 'font-body1-bold px-[1.6rem] py-[0.8rem]'; } case 'large': { - return 'text-lg px-[2.4rem] py-[1rem]'; + return 'font-body1-bold px-[2.4rem] py-[1rem]'; } case 'full': { - return 'text-lg px-[2.4rem] py-[1rem] w-full'; + return 'font-body1-bold px-[2.4rem] py-[1rem] w-full'; } default: { // medium - return 'text-md px-[1.6rem] py-[0.8rem]'; + return 'font-body1-bold px-[1.6rem] py-[0.8rem]'; } } }; @@ -41,7 +41,7 @@ const getSchemeClasses = (theme: ColorScheme, isFill: boolean) => { : 'border-main-900 text-main-900'; } case 'main-light': { - return 'border-transparent bg-main-600/[.18] text-main-900 font-normal'; + return 'border-transparent bg-main-600/[.18] text-main-900 !font-normal'; } case 'warning': { return isFill @@ -60,7 +60,7 @@ const getSchemeClasses = (theme: ColorScheme, isFill: boolean) => { }; const BASE_BUTTON_CLASSES = - 'cursor-pointer border-[0.1rem] leading-none inline-block font-bold focus:outline-none focus:ring-2'; + 'cursor-pointer border-[0.1rem] leading-none inline-block focus:outline-none focus:ring-2'; const Button = ({ size = 'medium', diff --git a/src/v1/base/DatePicker.tsx b/src/v1/base/DatePicker.tsx index 0465b2ba..9f6c4074 100644 --- a/src/v1/base/DatePicker.tsx +++ b/src/v1/base/DatePicker.tsx @@ -53,7 +53,7 @@ const DatePicker = ( return (