Skip to content

Commit

Permalink
fix: 비밀번호 경고 문구 색상 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbjihan committed Dec 9, 2024
1 parent 4b38b1f commit 1021ba0
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const PasswordInputStep = ({ password, setPassword }: Props) => {
<div className="h-[16px]" />
<div className="w-full py-[22px] px-[18px] rounded-[16px] bg-[#F8F8F8] text-[14px] text-[#A1A1A1] flex flex-col">
<p>* 캡슐 파묻기 시에 사용될 비밀번호입니다.</p>
<p>
* 비밀번호 분실 시 재설정이{" "}
<span className="font-bold text-error">불가능</span>합니다.
</p>
<p>* 비밀번호 분실 시 재설정이 불가능합니다.</p>
</div>
</div>
);
Expand Down

0 comments on commit 1021ba0

Please sign in to comment.