fix(mobile-next): 通话页遮罩与白字对齐 Token
把官方 Styles 黑底与通话白字映射到 B-91 maskBg/pageBg 与 12/14/16/18 字号,不在通话页叠加新样式。 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
3832e080c4
commit
d7f7a6aed2
@@ -26,6 +26,22 @@ void applyOfficialStylesFromTokens() {
|
|||||||
Styles.c_18E875 = AppColors.success;
|
Styles.c_18E875 = AppColors.success;
|
||||||
Styles.c_FFB300 = AppColors.warning;
|
Styles.c_FFB300 = AppColors.warning;
|
||||||
Styles.c_6085B1 = AppColors.avatarGray;
|
Styles.c_6085B1 = AppColors.avatarGray;
|
||||||
|
Styles.c_000000 = AppColors.maskBg;
|
||||||
|
Styles.c_000000_opacity70 = AppColors.maskBg.withOpacity(.7);
|
||||||
|
|
||||||
|
Styles.ts_FFFFFF_20sp_medium = TextStyle(
|
||||||
|
color: AppColors.pageBg,
|
||||||
|
fontSize: AppFont.title,
|
||||||
|
fontWeight: FontWeight.w500,
|
||||||
|
);
|
||||||
|
Styles.ts_FFFFFF_opacity70_17sp = TextStyle(
|
||||||
|
color: AppColors.pageBg.withOpacity(.7),
|
||||||
|
fontSize: AppFont.body,
|
||||||
|
);
|
||||||
|
Styles.ts_FFFFFF_opacity70_14sp = TextStyle(
|
||||||
|
color: AppColors.pageBg.withOpacity(.7),
|
||||||
|
fontSize: AppFont.sub,
|
||||||
|
);
|
||||||
|
|
||||||
Styles.c_0089FF_opacity10 = AppColors.primary.withOpacity(.1);
|
Styles.c_0089FF_opacity10 = AppColors.primary.withOpacity(.1);
|
||||||
Styles.c_0089FF_opacity20 = AppColors.primary.withOpacity(.2);
|
Styles.c_0089FF_opacity20 = AppColors.primary.withOpacity(.2);
|
||||||
|
|||||||
Reference in New Issue
Block a user