Open
Description
It seems that the typescript library doesn't account for the md.sys.color.surface-tint-color
token which should default to the primary color.
In addition, is there a POV on how elevations should be handled?
I think at present it would require manually compositing the surface color + primary color (possibly to be replaced the aforementioned surface tint color) with opacity at a given elevation per the specification. Implemented as a custom color today?
Is there an example of how to use HCT to accomplish this to get the tonal variations for the elevations?
Thank you in advance! The library and concepts are awesome!