fix: 颜色调整

This commit is contained in:
zdl
2025-12-10 15:56:08 +08:00
parent af3cdc24b1
commit 1cd8a2d7e9

View File

@@ -17,7 +17,7 @@ const THEME_COLORS = {
bg: '#1A202C', // 背景纯黑
selectedBg: '#C9A961', // 选中项金色背景
selectedText: '#FFFFFF', // 选中项白色文字
unselectedText: '#999999', // 未选中项深灰
unselectedText: '#D4AF37', // 未选中项
};
/**