基本完成M3 Scheme的生成功能。

This commit is contained in:
徐涛
2025-02-08 15:17:04 +08:00
parent 1b044c66d7
commit 7bfe9a7620
3 changed files with 21 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ export type Baseline = {
outline_variant: string;
scrim: string;
shadow: string;
customs: Map<string, ColorSet>;
customs: Record<string, ColorSet>;
};
export type MaterialDesign3Scheme = {