From 606163f470d6b02184c6d552c34a1f850004f83c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 01 Jun 2026 12:00:07 +0800
Subject: [PATCH] 1

---
 src/components/Transform/mining-account/index.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/components/Transform/mining-account/index.vue b/src/components/Transform/mining-account/index.vue
index 49ddca7..556205d 100644
--- a/src/components/Transform/mining-account/index.vue
+++ b/src/components/Transform/mining-account/index.vue
@@ -267,12 +267,20 @@
 
 #cryptos {
 	.account_card {
-		background: $inp-b !important;
+		// background: $inp-b !important;
 		border-radius: 2.5rem;
 		padding: 1.2rem 2.5rem;
 
+		@include themify() {
+			background: themed("input_background") !important;
+		}
+
 		div {
-			background: $inp-b !important;
+			// background: $inp-b !important;
+
+			@include themify() {
+				background: themed("input_background") !important;
+			}
 		}
 	}
 

--
Gitblit v1.9.3