From 4ddf02d64829b043e9fbb77b11bf678c4a786d85 Mon Sep 17 00:00:00 2001 From: Masoud Amjadi Date: Thu, 11 Apr 2024 15:44:56 -0400 Subject: [PATCH] fix(colors): fix semanticTextColors prefix --- .../Bases/Colors/__storybook__/stories/semanticTextColors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/core/Bases/Colors/__storybook__/stories/semanticTextColors.tsx b/packages/components/src/core/Bases/Colors/__storybook__/stories/semanticTextColors.tsx index 55f7c013c..70f5a3045 100644 --- a/packages/components/src/core/Bases/Colors/__storybook__/stories/semanticTextColors.tsx +++ b/packages/components/src/core/Bases/Colors/__storybook__/stories/semanticTextColors.tsx @@ -8,7 +8,7 @@ export const SemanticTextColorsTemplate = () => { return ( semanticTextColors && ( - + ) ); };