From 6962690660cac1bc19eaae61591e2b9453acc32d Mon Sep 17 00:00:00 2001 From: Victoria League Date: Thu, 11 Apr 2024 10:46:02 -0400 Subject: [PATCH] [CL-245] Add new color swatches to storybook (#8697) --- libs/components/src/stories/colors.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/components/src/stories/colors.mdx b/libs/components/src/stories/colors.mdx index f6b205be496..d462fcf8548 100644 --- a/libs/components/src/stories/colors.mdx +++ b/libs/components/src/stories/colors.mdx @@ -25,13 +25,16 @@ export const Table = (args) => ( {Row("background-alt4")} + {Row("primary-100")} {Row("primary-300")} + {Row("primary-500")} {Row("primary-600")} {Row("primary-700")} {Row("secondary-100")} {Row("secondary-300")} + {Row("secondary-500")} {Row("secondary-600")} {Row("secondary-700")} @@ -63,6 +66,7 @@ export const Table = (args) => ( {Row("text-contrast")} {Row("text-alt2")} {Row("text-code")} + {Row("text-headers")} );