Closed
Description
Looks like fontWeight is being registered as a color.
I suspect what's happening is in documentColorProvider.ts it's checking the variants and seeing if it's a valid color value. Because it returns a 3 digit number it looks like a valid color ( in semibold's case it returns 600 so #660000 hence the red decorator).