Skip to content

Commit

Permalink
Updated Button component in App to use 'solid' variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nhistory committed Feb 4, 2025
1 parent ea04e01 commit 66f81d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function App() {
</section>
<section>
<Heading level={2}>섹션 2</Heading>
<Button>클릭</Button>
<Button variant={"solid"}>클릭</Button>
</section>
</main>
<footer>
Expand Down

0 comments on commit 66f81d9

Please sign in to comment.