LinkColor
LinkColor =
LiteralUnion<"primary"|"secondary"|"inherit">
Defined in: src/components/primitives/Link/Link.types.ts:26
Color override for the link.
primary and secondary map onto the theme’s accent and muted text
tokens; inherit defers to the surrounding text color. Any other CSS
color string is also accepted.