We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037f64f commit 999d095Copy full SHA for 999d095
1 file changed
docs/stories/utilities/Color.stories.jsx
@@ -44,7 +44,7 @@ export const NewText = ({}) => (
44
export const TextInherit = ({}) => (
45
<div class="color-fg-success">
46
This text is green,{' '}
47
- <a href="#" class="color-fg-inherit">
+ <a href="#" class="color-fg-inherit text-underline">
48
including the link
49
</a>
50
</div>
0 commit comments