diff --git a/README.md b/README.md index 3231b05..194f456 100644 --- a/README.md +++ b/README.md @@ -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', }, }, // ... diff --git a/gitprofile.config.js b/gitprofile.config.js index 1790922..0a39663 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -144,6 +144,7 @@ const config = { neutral: '#2A2730', 'base-100': '#E3E3ED', '--rounded-box': '3rem', + '--rounded-btn': '3rem', }, }, },