Skip to content

Commit

Permalink
style: 모임 생성 유도 배너 heading font size 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Jul 29, 2024
1 parent 8011f4b commit a428773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bookGroup/banner/CreateGroupBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const CreateGroupBanner = () => {
return (
<article className="flex w-full cursor-pointer select-none items-center justify-between rounded-[0.8rem] bg-main-300 p-[2rem]">
<div className="flex flex-col gap-[0.6rem]">
<h3 className="text-main-900 font-body1-bold">원하는 모임이 없다면?</h3>
<h3 className="text-main-900 font-body2-bold">원하는 모임이 없다면?</h3>
<p className="whitespace-pre-line text-black-600 font-body2-bold">
{`읽고 싶은 책으로
직접 모임을 만들어 보세요`}
Expand Down

0 comments on commit a428773

Please sign in to comment.