diff --git a/src/components/header/Header.vue b/src/components/header/Header.vue index c8b500e17..95a0414eb 100644 --- a/src/components/header/Header.vue +++ b/src/components/header/Header.vue @@ -5,7 +5,7 @@
- + diff --git a/src/components/header/styles/modal-network-wallet.scss b/src/components/header/styles/modal-network-wallet.scss index 3cf126680..1037204ab 100644 --- a/src/components/header/styles/modal-network-wallet.scss +++ b/src/components/header/styles/modal-network-wallet.scss @@ -16,7 +16,6 @@ .button--action { width: 100%; height: 48px; - border: 1px solid rgba(31, 47, 95, 1); font-weight: 600; margin-top: 32px; cursor: pointer; @@ -130,7 +129,7 @@ } .row--network { - background: $gray-0; + background: $gray-1; display: flex; column-gap: 14px; align-items: center;