Text color for success text and accessibility #1344
-
Hello there, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @sang-yeo ! Yep, that's more of an error on our part with our token naming. For now, we recommend using the default text color |
Beta Was this translation helpful? Give feedback.
-
To followup to Sang's question. Can you please help me understand what icon we should use for Service status that could be Disabled / Enabled? Should we use Success icon and Error icons for Disabled / Enabled status? Attached is the screen for more context -- Status of service enabled for the Fleet feature. |
Beta Was this translation helpful? Give feedback.
Hey @sang-yeo ! Yep, that's more of an error on our part with our token naming.
$color-text-success
is currently meant only for icon colors. We'll be updating our token names eventually so it's clearer.For now, we recommend using the default text color
$color-text
and if needed, pairing it with a success icon in the success color. If that doesn't work for your case, let us know!