From ee32981dcc385ec6af9163d011bd5967bd8ad14b Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 11 九月 2024 20:26:50 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/themes/rcsTheme.js | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/zy-acs-flow/src/themes/rcsTheme.js b/zy-acs-flow/src/themes/rcsTheme.js
index b5cbb9c..f1657ed 100644
--- a/zy-acs-flow/src/themes/rcsTheme.js
+++ b/zy-acs-flow/src/themes/rcsTheme.js
@@ -41,6 +41,13 @@
elevation: 1,
},
},
+ MuiTable: {
+ styleOverrides: {
+ root: {
+ border: '1px solid #333',
+ },
+ },
+ },
},
}
@@ -49,19 +56,19 @@
primary: {
main: '#2F68AC',
},
- // secondary: {
- // light: '#5f5fc4',
- // main: '#283593',
- // dark: '#001064',
- // contrastText: '#fff',
- // },
+ secondary: {
+ light: '#5f5fc4',
+ main: '#2F68AC',
+ dark: '#001064',
+ contrastText: '#fff',
+ },
background: {
default: '#fafafb',
},
mode: 'light',
},
shape: {
- borderRadius: 10,
+ // borderRadius: 10,
},
sidebar: {
width: 200,
--
Gitblit v1.9.1