Skip to content

Commit

Permalink
style: updated styling on the network modal (#1153)
Browse files Browse the repository at this point in the history
* style: updated styling on the network modal

* fix: removed button border

* fix: updated row--network
  • Loading branch information
impelcrypto authored Jan 26, 2024
1 parent 268a255 commit e8e3852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="icon"><logo /></div>
</template>
<div v-if="!currentAccount">
<connect-button :class="isLoading && 'cursor--disabled'" @click="clickAccountBtn">
<connect-button @click="clickAccountBtn">
<astar-icon-wallet />
</connect-button>
<q-tooltip>
Expand Down
3 changes: 1 addition & 2 deletions src/components/header/styles/modal-network-wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -130,7 +129,7 @@
}

.row--network {
background: $gray-0;
background: $gray-1;
display: flex;
column-gap: 14px;
align-items: center;
Expand Down

0 comments on commit e8e3852

Please sign in to comment.