mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
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:
@@ -200,6 +200,7 @@ const config = {
|
|||||||
neutral: '#2A2730',
|
neutral: '#2A2730',
|
||||||
'base-100': '#E3E3ED',
|
'base-100': '#E3E3ED',
|
||||||
'--rounded-box': '3rem',
|
'--rounded-box': '3rem',
|
||||||
|
'--rounded-btn': '3rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -240,6 +241,7 @@ module.exports = {
|
|||||||
neutral: '#2A2730',
|
neutral: '#2A2730',
|
||||||
'base-100': '#E3E3ED',
|
'base-100': '#E3E3ED',
|
||||||
'--rounded-box': '3rem',
|
'--rounded-box': '3rem',
|
||||||
|
'--rounded-btn': '3rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// ...
|
// ...
|
||||||
|
|||||||
@@ -144,6 +144,7 @@ const config = {
|
|||||||
neutral: '#2A2730',
|
neutral: '#2A2730',
|
||||||
'base-100': '#E3E3ED',
|
'base-100': '#E3E3ED',
|
||||||
'--rounded-box': '3rem',
|
'--rounded-box': '3rem',
|
||||||
|
'--rounded-btn': '3rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user