styles: button common border radius

This commit is contained in:
lytrankieio123
2021-08-20 18:47:18 +07:00
parent 7613ef8581
commit b2ac71f8cd
10 changed files with 44 additions and 36 deletions

View File

@@ -4,7 +4,7 @@ export default function Home() {
return (
<>
<div>This is home page</div>
<ButtonCommon />
<ButtonCommon>Button default</ButtonCommon>
<p>Go to <code>pages/index.tsx</code> to get your hand dirty!</p>
<p>Go to <code>src/components</code> to make your awesome component!</p>
<p>Go to <code>src/styles</code> to find global styles!</p>