UI:完成Antd组件库暗色适配

This commit is contained in:
宇阳
2024-12-09 20:30:58 +08:00
parent 358e9a86b9
commit 1b9bc1adeb
3 changed files with 29 additions and 14 deletions

View File

@@ -39,9 +39,9 @@ module.exports = {
'gray-3': '#FAFAFA',
whiten: '#F1F5F9',
whiter: '#F5F7FD',
boxdark: '#24303F',
boxdark: '#334459',
'boxdark-2': '#1A222C',
strokedark: '#2E3A47',
strokedark: '#475f7d',
'form-strokedark': '#3d4d60',
'form-input': '#1d2a39',
'meta-1': '#DC3545',