修正M3 Scheme的生成算法。

This commit is contained in:
徐涛
2025-02-08 13:49:58 +08:00
parent e2806a0cc5
commit 14d775e956
6 changed files with 141 additions and 141 deletions

View File

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