utrecht
utrecht copied to clipboard
Ordered and unordered list have no color tokens
There is no way to specify the color of list item text in design tokens for the utrecht.ordered-list
and utrecht.unordered-list
component. The ways Utrecht applies color for this component is, in orderer of preference:
- by specifying
utrecht.document.color
so the color is specified on the<div class="utrecht-document">
container element - by specifying any
color
for a container element - possibly by specifying
utrecht.paragraph.color
(not preferred) and nesting a paragraph component inside the list item. This would not affect the marker color.
These components should have documentation explaining how to apply color.