update pay ui
This commit is contained in:
@@ -108,7 +108,7 @@ const StockOverview = () => {
|
||||
const cardBg = 'rgba(255, 255, 255, 0.03)'; // 玻璃态卡片背景
|
||||
const borderColor = 'rgba(255, 255, 255, 0.08)'; // 边框
|
||||
const hoverBg = 'rgba(255, 255, 255, 0.06)'; // 悬停背景
|
||||
const searchBg = 'rgba(255, 255, 255, 0.05)'; // 搜索框背景
|
||||
const searchBg = 'rgba(255, 255, 255, 0.15)'; // 搜索框背景(调亮)
|
||||
const textColor = 'rgba(255, 255, 255, 0.95)'; // 主文字
|
||||
const subTextColor = 'rgba(255, 255, 255, 0.6)'; // 次要文字
|
||||
const goldColor = '#8b5cf6'; // 使用紫色作为强调色
|
||||
|
||||
Reference in New Issue
Block a user