Skip to content

Commit 0b58edf

Browse files
committed
Fixed paddings
1 parent 49757b5 commit 0b58edf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ui/components/app/add-network/add-network.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ const AddNetwork = () => {
246246
<Box
247247
padding={
248248
getEnvironmentType() === ENVIRONMENT_TYPE_POPUP
249-
? [4, 4, 4, 4]
250-
: [4, 4, 4, 0]
249+
? [2, 0, 2, 6]
250+
: [4, 0, 0, 0]
251251
}
252252
className="add-network__footer"
253253
>

ui/components/app/add-network/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
&__footer {
4444
border-top: 1px solid var(--color-border-muted);
4545
width: 100%;
46+
padding-bottom: 8px;
4647

4748
& .btn-link {
4849
display: initial;

0 commit comments

Comments
 (0)