Skip to content

Commit

Permalink
feat: 등록된tailwind 컬러 사용 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
spolice0324 committed Feb 5, 2024
1 parent 944835c commit fbea0c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ const Page = () => {
<Typography hierarchy="mainTitle1" as="h1">
Main Title 1
</Typography>

<Typography
hierarchy="mainTitle2"
as="h2"
className="text-main-green-green400"
>
Main Title 2
</Typography>
</div>
)
}
Expand Down

0 comments on commit fbea0c5

Please sign in to comment.