Closed
Description
I use this method to get theme:
const theme = themeFromSourceColor(argbFromHex('#f82506'));
console.log(JSON.stringify(theme, null, 2));
but it can't export colors in colorSurfaceContainer
;
I see the file https://github.com/material-foundation/material-color-utilities/blob/main/typescript/dynamiccolor/material_dynamic_colors.ts is support the new color, but how can I use it?
Metadata
Metadata
Assignees
Labels
No labels