From cb2173392ce85b55f063ed64af47c51175af1bd4 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@gmail.com>
Date: 星期日, 16 二月 2025 18:57:34 +0800
Subject: [PATCH] #

---
 rsf-admin/src/themes/softTheme.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/themes/softTheme.js b/rsf-admin/src/themes/softTheme.js
index b9da3cc..dc82f2a 100644
--- a/rsf-admin/src/themes/softTheme.js
+++ b/rsf-admin/src/themes/softTheme.js
@@ -38,13 +38,26 @@
             styleOverrides: {
                 colorSecondary: {
                     color: '#ffffffb3',
-                    backgroundColor: '#616161',
+                    backgroundColor: '#222222',
                 },
             },
             defaultProps: {
                 elevation: 1,
             },
         },
+        MuiChip: {
+            styleOverrides: {
+                outlined: {
+                    '.MuiAppBar-root &': {
+                        color: '#ededed',
+                        borderColor: '#b0b0b0',
+                        '& .MuiChip-icon': {
+                            color: '#ededed',
+                        },
+                    },
+                },
+            },
+        },
     },
 };
 

--
Gitblit v1.9.1