mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 15:36:03 +01:00
feat: add ColorSelect
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user