Merge pull request #52 from arifszn/51-add-control-to-customize-the-button-style-on-custom-theme

feat: add control to customize the button style on custom theme
This commit is contained in:
Ariful Alam 2022-03-23 18:52:16 +06:00 committed by GitHub
commit c453eb95fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,7 @@ const config = {
neutral: '#2A2730',
'base-100': '#E3E3ED',
'--rounded-box': '3rem',
'--rounded-btn': '3rem',
},
},
},
@ -240,6 +241,7 @@ module.exports = {
neutral: '#2A2730',
'base-100': '#E3E3ED',
'--rounded-box': '3rem',
'--rounded-btn': '3rem',
},
},
// ...

View File

@ -144,6 +144,7 @@ const config = {
neutral: '#2A2730',
'base-100': '#E3E3ED',
'--rounded-box': '3rem',
'--rounded-btn': '3rem',
},
},
},