feat: 完善个人中心与小组件功能,优化 Onboarding 交互与手势体验
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
export const OnboardingColors = {
|
||||
background: '#FFF4EA',
|
||||
textPrimary: '#4A3B32',
|
||||
textSecondary: '#8C8C8C',
|
||||
textPrimary: '#772F00',
|
||||
textSecondary: '#DED2CA', // 默认 Mama 字体颜色
|
||||
textMuted: '#A27854', // Skip 按钮颜色
|
||||
textProgress: '#D4B08E', // (0/5) 颜色
|
||||
questionTitle: '#B8504D', // 问题标题颜色
|
||||
buttonNotClicked: '#F2DDCA',
|
||||
buttonStart: '#F69F7B',
|
||||
buttonEnd: '#F99CC0',
|
||||
cardBackground: '#FFFFFF',
|
||||
cursor: '#F99CC0',
|
||||
cardSelected: '#FFD8E2', // 选中后的背景色
|
||||
cursor: '#F89DB4',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user