mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-18 23:46:04 +01:00
fix: colors
This commit is contained in:
@@ -16,14 +16,14 @@ async function main() {
|
|||||||
name: 'John Doe',
|
name: 'John Doe',
|
||||||
description:
|
description:
|
||||||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod, nisl eget aliquam consectetur, nisl nunc aliquet nunc, euismod aliquam nunc nisl euismod.',
|
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod, nisl eget aliquam consectetur, nisl nunc aliquet nunc, euismod aliquam nunc nisl euismod.',
|
||||||
font: 'baloo',
|
font: '"Roboto", sans-serif',
|
||||||
buttonsSchema: 'rounded',
|
buttonsSchema: 'rounded',
|
||||||
outline: true,
|
outline: true,
|
||||||
colors: {
|
colors: {
|
||||||
texts: 'neutral50',
|
texts: '#000000',
|
||||||
socialLinks: 'rose',
|
socialLinks: '#e11d48',
|
||||||
buttonLinks: 'rose',
|
buttonLinks: '#e11d48',
|
||||||
background: 'neutral700'
|
background: '#f8fafc'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
|
|||||||
Reference in New Issue
Block a user