调整Scheme支持M3动态Scheme标识。

This commit is contained in:
徐涛
2025-02-13 14:35:33 +08:00
parent 715459eef0
commit cd2d724b52
3 changed files with 13 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ export function SchemeSign({ scheme, short = false }: SchemeSignProps) {
return styles.m2;
case 'material_3':
return styles.m3;
case 'material_3_dynamic':
return styles.m3d;
}
}, [scheme]);