We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49757b5 commit 0b58edfCopy full SHA for 0b58edf
ui/components/app/add-network/add-network.js
@@ -246,8 +246,8 @@ const AddNetwork = () => {
246
<Box
247
padding={
248
getEnvironmentType() === ENVIRONMENT_TYPE_POPUP
249
- ? [4, 4, 4, 4]
250
- : [4, 4, 4, 0]
+ ? [2, 0, 2, 6]
+ : [4, 0, 0, 0]
251
}
252
className="add-network__footer"
253
>
ui/components/app/add-network/index.scss
@@ -43,6 +43,7 @@
43
&__footer {
44
border-top: 1px solid var(--color-border-muted);
45
width: 100%;
46
+ padding-bottom: 8px;
47
48
& .btn-link {
49
display: initial;
0 commit comments