From ae8b6a0aa31879b4c8b94ffa809dcc0f3f6391f4 Mon Sep 17 00:00:00 2001 From: kritvi-bhatia17 Date: Wed, 2 Oct 2024 15:48:29 +0530 Subject: [PATCH] adding --- src/pages/components/tile/style.mdx | 12 +++--------- src/pages/components/tile/usage.mdx | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/pages/components/tile/style.mdx b/src/pages/components/tile/style.mdx index b8667836026..7552dc009a2 100644 --- a/src/pages/components/tile/style.mdx +++ b/src/pages/components/tile/style.mdx @@ -83,9 +83,7 @@ Clickable tiles have an available </Column> </Row> -#### Clickable tile interactive color - -<br /> +<Title>Clickable tile interactive color | State | Element | Property | Color token | | -------- | --------- | ---------------- | ------------------ | @@ -159,9 +157,7 @@ Selectable tiles have available -#### Selectable tile interactive color - -
+Selectable tile interactive color | State | Element | Property | Color token | | -------------- | --------- | ---------------- | ------------------ | @@ -233,9 +229,7 @@ Expandable tiles have an available -#### Expandable tile interactive color - -
+Expandable tile interactive color | State | Element | Property | Color token | | -------- | --------- | ---------------- | ------------------ | diff --git a/src/pages/components/tile/usage.mdx b/src/pages/components/tile/usage.mdx index a5cca1de58d..3b50cd2ce94 100755 --- a/src/pages/components/tile/usage.mdx +++ b/src/pages/components/tile/usage.mdx @@ -183,7 +183,7 @@ support various use cases when building more complicated card features. [Feature flags](/components/overview/feature-flags/) have been added to the clickable, selectable, and expandable variants of tile to improve accessibility and changes its visual appearance, not its functionality. For code-specific -feature flag information, refer to the [Code tab](/components/tile/code/). These +feature flag information, refer to the [Code](/components/tile/code/) tab. These current variants of tile are not being deprecated, but teams are encouraged to use the feature flag tile for their products moving forward.