style: ajust dark theme
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ export const StatusColorMap: Record<
|
||||
bg: `var(--ant-blue-1)`
|
||||
},
|
||||
success: {
|
||||
text: `var(--color-progress-green)`,
|
||||
bg: `var(--color-green-fill-light)`
|
||||
text: `var(--ant-color-success)`,
|
||||
bg: `var(--ant-color-success-bg)`
|
||||
},
|
||||
inactive: {
|
||||
text: `var(--ant-color-text-tertiary)`,
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
itemHeight: 44,
|
||||
itemSelectedColor: '#007BFF',
|
||||
darkItemSelectedBg: '#141414',
|
||||
darkItemHoverBg: '#141414',
|
||||
darkItemHoverBg: 'rgba(255, 255, 255, 0.03)',
|
||||
groupTitleColor: 'rgba(0,0,0,1)',
|
||||
itemHoverColor: 'rgba(0,0,0,1)',
|
||||
itemColor: 'rgba(0,0,0,1)',
|
||||
@@ -73,7 +73,7 @@ export default {
|
||||
"Helvetica Neue, -apple-system, BlinkMacSystemFont, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
||||
colorText: '#ccc',
|
||||
colorPrimary: '#007BFF',
|
||||
colorSuccess: '#54cc98',
|
||||
// colorSuccess: '#48A77E',
|
||||
borderRadius: 4,
|
||||
borderRadiusSM: 2,
|
||||
fontSize: 14,
|
||||
|
||||
Reference in New Issue
Block a user