Skip to content

Commit

Permalink
Merge branch 'dev' into refactor-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kujtimprenkuSQA committed May 5, 2023
2 parents 2161183 + 824da77 commit 719faad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/account-export/src/lib/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .import-content {
width: auto;
}

.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.selected-wallet .import-content .title,
.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar.selected-wallet .import-content .import-type {
color: #FFFFFF;
}
.nws-modal-wrapper .nws-modal .wallet-options-wrapper .options-list .single-wallet.sidebar .import-content .title {
font-size: 14px;
color: var(--wallet-selector-heading-color, var(--heading-color));
Expand Down

0 comments on commit 719faad

Please sign in to comment.