From c52f2baf1288de0cc886582a277536312aaa55a2 Mon Sep 17 00:00:00 2001 From: SergejLust Date: Tue, 29 Aug 2023 13:35:53 +0200 Subject: [PATCH] - changed text in usage.mdx --- .../components/src/components/link/Usage.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/components/src/components/link/Usage.mdx b/packages/components/src/components/link/Usage.mdx index 1580a7db9d..8098773225 100644 --- a/packages/components/src/components/link/Usage.mdx +++ b/packages/components/src/components/link/Usage.mdx @@ -68,16 +68,16 @@ Inline links should assume the text properties of the content they are nested wi Link Inline States **Default**\ -Native underlined text style. Text color is $ocean-500. +Native underlined text style. Text color is `ocean-500`. **Hover**\ -Text color is $ocean-600. +Text color is `ocean-600`. **Pressed**\ -Text color is $ocean-700. +Text color is `ocean-700`. **Focus**\ -Text color is $ocean-500. Text has a native browser outline of 1px outline width. +Text color is `ocean-500`. Text has a native browser outline of 1px outline width. ### Inline Link Error Link Inline Error @@ -86,16 +86,16 @@ Text color is $ocean-500. Text has a native browser outline of 1px outline width Link Inline Error States **Default**\ -Native underlined text style. Text color is $red-500. +Native underlined text style. Text color is `red-500`. **Hover**\ -Text color is $red-600. +Text color is `red-600`. **Pressed**\ -Text color is $red-700. +Text color is `red-700`. **Focus**\ -Text color is $red-500. Text has a native browser outline of 1px outline width. +Text color is `red-500`. Text has a native browser outline of 1px outline width. ## Icon placement