feat: add ColorSelect

This commit is contained in:
Daniel Soares
2021-12-14 14:18:50 -03:00
parent b42c3a402a
commit 2f4dd0097b
10 changed files with 177 additions and 144 deletions

View File

@@ -24,8 +24,8 @@ export const Home = () => {
<Description>{description}</Description>
{data.buttonLinks?.map(link => (
<Button
theme={colors.buttonLinks}
schema={buttonsSchema}
colorSchema={colors.buttonLinks}
styleSchema={buttonsSchema}
outline={outline}
font={font}
key={link.href}