Skip to content

Commit

Permalink
(#73) 🎨 design: μ‹œμž‘ νŽ˜μ΄μ§€ λ°°κ²½ 색상 λ³€κ²½: 연뢄홍 -> ν™”μ΄νŠΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 28, 2024
1 parent ce024d6 commit 8513214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Onboarding/Login/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import logoIcon from '../../../assets/svg/hitzone_logo.svg';

const Page = () => {
return (
<div className="flex justify-center items-center w-full h-screen bg-main-20">
<div className="flex justify-center items-center w-full h-screen bg-main-0">
<Image src={logoIcon} alt="Logo" width={258} height={45} />
</div>
)
Expand Down

0 comments on commit 8513214

Please sign in to comment.