When we use the <TextLink> component inside an <Alert> element, it uses the context color (from <Alert>) instead of the default link color (from <TextLink>).

However in other contexts this is not the case for other elements:

We need to somehow unify this behavior across all our components.
When we use the
<TextLink>component inside an<Alert>element, it uses the context color (from<Alert>) instead of the default link color (from<TextLink>).However in other contexts this is not the case for other elements:
We need to somehow unify this behavior across all our components.