diff --git a/src/_components/boxChart/boxChart.scss b/src/_components/boxChart/boxChart.scss
index 493f533..b562dcf 100644
--- a/src/_components/boxChart/boxChart.scss
+++ b/src/_components/boxChart/boxChart.scss
@@ -22,8 +22,8 @@
.doughnut-chart-content {}
.custom-button {
- padding: 0 32px;
- height: 40px;
+ padding: 8px;
+ height: auto;
border-radius: 20px;
border: none;
font-size: 16px;
diff --git a/src/_components/renderIcon/index.js b/src/_components/renderIcon/index.js
index 0bf0387..ec7d34a 100644
--- a/src/_components/renderIcon/index.js
+++ b/src/_components/renderIcon/index.js
@@ -139,15 +139,21 @@ export const renderIconSearchInput = () => {
);
};
-export const renderIconButton = () => {
+export const renderIconButton = (width = 24, height = 24) => {
return (
-
+
)
}
-export const renderIconButtonLeft = () => {
+export const renderIconButtonLeft = (width = 24, height = 24) => {
return (
-