feat: imp button styles

This commit is contained in:
Daniel Soares
2021-12-11 12:37:12 -03:00
parent a96d6126a8
commit 438be66699
2 changed files with 30 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ export default function Home() {
<div>
{links.map(link => (
<>
<Button color="sky" schema="square" key={link.href}>
<Button color="sky" schema="rounded" outline key={link.href}>
{link.label}
</Button>
<br />