Skip to content

Commit 29bdf4e

Browse files
[FE-261] design: 텍스트 중앙 정렬로 변경
1 parent 04d376b commit 29bdf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/SignUp/WithdrawSignUp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function WithdrawSignUp() {
1717
/>
1818
<div className="flex h-full flex-col items-center justify-center px-5">
1919
<MoonIcon className="mb-10" />
20-
<p className="mb-14 text-[20px] font-semibold leading-[30px] text-grey-10">
20+
<p className="mb-14 text-center text-[20px] font-semibold leading-[30px] text-grey-10">
2121
<span className="text-primary-2">
2222
{getFormattedDate(new Date(state.date), 'point')}{' '}
2323
</span>

0 commit comments

Comments
 (0)