You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
the color prop changes the background color and determines what text color complements the text color (same as SUIR) based on a tool / predefined color scheme (see: refactor(Divider): remove type prop #558 (comment))
we're using color variable to override the text color set by color prop automatically when setting background color
API
<Labelcolor='red'/>
will create a label with light colored text that fits best on a red background color.
<Labelcolor='white'/>
will create a label with dark colored text that fits best on a white background.