修正M3 Scheme的生成算法。
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user