Update tailwind.config.js

pull/580/head
disruptiverecords 2 months ago committed by GitHub
parent 7669051287
commit 46c1dcebd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,13 +7,13 @@ module.exports = {
{
docuseal: {
'color-scheme': 'dark',
primary: '#1a1a1a',
primary: '#93bec7',
secondary: '#93bec7',
accent: '#ededde',
neutral: '#1a1a1a',
neutral: '#93bec7',
'base-100': '#1a1a1a',
'base-200': '#ededde',
'base-300': '#ededde',
'base-200': '#93bec7',
'base-300': '#93bec7',
'base-content': '#ededde',
'--rounded-btn': '1.9rem',
'--tab-border': '2px',

Loading…
Cancel
Save