update pay ui

This commit is contained in:
2025-12-11 13:16:03 +08:00
parent 33cdd4d743
commit 0df6df45cb
3 changed files with 20 additions and 15 deletions

View File

@@ -128,7 +128,7 @@ const FlexScreen: React.FC = () => {
const borderColor = 'rgba(255, 255, 255, 0.08)';
const textColor = 'rgba(255, 255, 255, 0.95)';
const subTextColor = 'rgba(255, 255, 255, 0.6)';
const searchBg = 'rgba(255, 255, 255, 0.05)';
const searchBg = 'rgba(255, 255, 255, 0.12)'; // 调亮搜索框背景
const hoverBg = 'rgba(255, 255, 255, 0.08)';
const accentColor = '#8b5cf6';