From 9ac2e49a589c00fa413ecec7069caf14b385e1c9 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Wed, 23 Mar 2022 18:47:00 +0600 Subject: [PATCH] Add control to customize the button style on custom theme --- README.md | 2 ++ gitprofile.config.js | 1 + 2 files changed, 3 insertions(+) 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', }, }, },