global css 적용, 권한설정 완료1
This commit is contained in:
@@ -122,29 +122,29 @@ export default function AccountPage() {
|
||||
<h1 className="text-[24px] font-bold leading-normal text-[#1b2027]">내 정보 수정</h1>
|
||||
</div>
|
||||
<div className="px-8 pb-20">
|
||||
<div className="rounded-lg border border-[#dee1e6] bg-white p-8">
|
||||
<div className="rounded-lg border border-input-border bg-white p-8">
|
||||
<div className="flex flex-col gap-2">
|
||||
<label className="w-[100px] text-[15px] font-semibold leading-[1.5] text-[#6c7682]">
|
||||
<label className="w-[100px] text-[15px] font-semibold leading-[1.5] text-text-label">
|
||||
아이디 (이메일)
|
||||
</label>
|
||||
<div className="h-10 rounded-lg border border-[#dee1e6] bg-neutral-50 px-3 py-2">
|
||||
<span className="text-[16px] leading-normal text-[#333c47]">
|
||||
<div className="h-10 rounded-lg border border-input-border bg-neutral-50 px-3 py-2">
|
||||
<span className="text-[16px] leading-normal text-neutral-700">
|
||||
{isLoading ? '로딩 중...' : (userInfo.email || '이메일 정보 없음')}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="mt-6 flex flex-col gap-2">
|
||||
<label className="w-[100px] text-[15px] font-semibold leading-[1.5] text-[#6c7682]">
|
||||
<label className="w-[100px] text-[15px] font-semibold leading-[1.5] text-text-label">
|
||||
비밀번호 변경
|
||||
</label>
|
||||
<div className="flex items-center gap-3">
|
||||
<div className="h-10 flex-1 rounded-lg border border-[#dee1e6] bg-neutral-50 px-3 py-2">
|
||||
<span className="text-[16px] leading-normal text-[#333c47]">●●●●●●●●●●</span>
|
||||
<div className="h-10 flex-1 rounded-lg border border-input-border bg-neutral-50 px-3 py-2">
|
||||
<span className="text-[16px] leading-normal text-neutral-700">●●●●●●●●●●</span>
|
||||
</div>
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => setOpen(true)}
|
||||
className="h-10 rounded-lg bg-[#f1f3f5] px-4 text-[16px] font-semibold leading-[1.5] text-[#4c5561]"
|
||||
className="h-10 rounded-lg bg-bg-gray-light px-4 text-[16px] font-semibold leading-[1.5] text-basic-text"
|
||||
>
|
||||
비밀번호 변경
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user