Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#6262 sidebar consistency #6287

Merged
merged 4 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/common/ConnectWallet/ConnectWalletModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
icon-left="chevron-left"
@click="hasSelectedWalletProvider = !hasSelectedWalletProvider" />
<span class="modal-card-title is-size-6 has-text-weight-bold">
{{ $i18n.t('profile.page') }}
{{ $i18n.t('walletConnect.walletHeading') }}
</span>
<a class="is-flex is-align-items-center" @click="emit('close')">
<NeoIcon icon="close" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class="notification-modal-container theme-background-color border-left is-flex is-flex-direction-column">
<header
class="py-4 px-6 is-flex is-justify-content-space-between border-bottom mb-4">
<span class="control-label is-size-6 has-text-weight-bold">
<span class="modal-card-title is-size-6 has-text-weight-bold">
{{ $t('notification.notifications') }}
</span>
<a class="is-flex is-align-items-center" @click="closeModal">
Expand Down
12 changes: 6 additions & 6 deletions styles/components/_connect-wallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
border-left: 1px solid theme('border-color');
}

.modal-card-title {
@include ktheme() {
color: theme('text-color');
}
}

.more-option-button {
margin: 0 34px;
&:hover {
Expand Down Expand Up @@ -168,3 +162,9 @@
}
}
}

.modal-card-title {
@include ktheme() {
color: theme('text-color');
}
}