From a2ad2d68cd0db5cec06581e22ef1611ff700a808 Mon Sep 17 00:00:00 2001 From: Erdit Kurteshi Date: Fri, 5 May 2023 14:43:08 +0200 Subject: [PATCH] added css text color for account-exports selected wallet --- packages/account-export/src/lib/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/account-export/src/lib/styles.css b/packages/account-export/src/lib/styles.css index f0a0378bd..d4efed44e 100644 --- a/packages/account-export/src/lib/styles.css +++ b/packages/account-export/src/lib/styles.css @@ -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));