diff --git a/src/app/book/[bookId]/page.tsx b/src/app/book/[bookId]/page.tsx index 3d0ccbf8..303707d2 100644 --- a/src/app/book/[bookId]/page.tsx +++ b/src/app/book/[bookId]/page.tsx @@ -34,7 +34,7 @@ const BookDetailPage = ({ <> }> -
+
diff --git a/src/app/group/[groupId]/page.tsx b/src/app/group/[groupId]/page.tsx index b509faaf..72e2a797 100644 --- a/src/app/group/[groupId]/page.tsx +++ b/src/app/group/[groupId]/page.tsx @@ -29,7 +29,7 @@ const DetailBookGroupPage = ({ }> -
+
diff --git a/src/styles/global.css b/src/styles/global.css index 1367cc2c..9e3cd4b6 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -94,4 +94,8 @@ box-shadow: inset 0 0 3rem #dddddd; @apply bg-placeholder; } + + .pb-action-button { + @apply pb-[6.3rem]; + } } diff --git a/src/v1/base/BottomActionButton.tsx b/src/v1/base/BottomActionButton.tsx index d58017b3..dc030871 100644 --- a/src/v1/base/BottomActionButton.tsx +++ b/src/v1/base/BottomActionButton.tsx @@ -11,7 +11,7 @@ const BottomActionButton = ({ ...props }: BottomActionButtonProps) => { return ( -