From 995e35b6b3ffb7e515f37629760c3ad5fff4b7c8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 12 Apr 2022 09:22:55 +0430 Subject: [PATCH] update 5 files --- src/App.js | 2 +- src/components/ButtonNewDesign/index.js | 9 ++++++--- src/components/CardTrelloDesign/index.js | 11 +++++++---- src/components/FileManager/index.js | 6 ++++-- src/components/PopupCard/index.js | 13 +++++++++---- 5 files changed, 27 insertions(+), 14 deletions(-) diff --git a/src/App.js b/src/App.js index 7789eec..414f1c7 100644 --- a/src/App.js +++ b/src/App.js @@ -88,7 +88,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} diff --git a/src/components/ButtonNewDesign/index.js b/src/components/ButtonNewDesign/index.js index 019a764..f52b05a 100644 --- a/src/components/ButtonNewDesign/index.js +++ b/src/components/ButtonNewDesign/index.js @@ -11,7 +11,8 @@ const ButtonNewDesign = ({ borderColor, borderRadius, fontSize, - padding, + paddingX, + paddingY, icon, buttonIcon, text, @@ -21,7 +22,8 @@ const ButtonNewDesign = ({ return (