From 4c622e51ab62e163a5186851f212487bd2c6123b Mon Sep 17 00:00:00 2001 From: Ivana Andersson Date: Fri, 18 Aug 2023 11:27:18 +0300 Subject: [PATCH] fix: add some white space between label and component --- src/components/General/LabelInputField.css | 1 + src/pages/CreateLocalNodePage/CreateLocalNodePage.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/General/LabelInputField.css b/src/components/General/LabelInputField.css index 77559ac7..d5d2343a 100644 --- a/src/components/General/LabelInputField.css +++ b/src/components/General/LabelInputField.css @@ -1,4 +1,5 @@ .input-container { background-color: #fff; border-radius: 12px; + margin-top: 8px; } \ No newline at end of file diff --git a/src/pages/CreateLocalNodePage/CreateLocalNodePage.tsx b/src/pages/CreateLocalNodePage/CreateLocalNodePage.tsx index 4c658f43..38d4054d 100644 --- a/src/pages/CreateLocalNodePage/CreateLocalNodePage.tsx +++ b/src/pages/CreateLocalNodePage/CreateLocalNodePage.tsx @@ -38,7 +38,7 @@ const CreateLocalNodePage = () => { Device Avatar - + } backgroundColor={'white'} />