CSSColorValue(selector as String, propertyName as String, fallbackColor as Color) as Color

for this xojo method, available for DrawControlInLayoutEditor, what are the available values for propertyName ?

it seems the “color” value does not seems to work (in xojo 2023r4) anymore ?

g.DrawingColor = CSSColorValue(".text-white", "color", &cFFFFFFFF)
and
g.DrawingColor = CSSColorValue(".text-dark", "color", &cFFFFFFFF)
doesn’t seems to return any value ? it used to work recently.

thanks.