From 554531cfbf7eabe5d7d2c4c753398b80249018e4 Mon Sep 17 00:00:00 2001 From: Jake Albaugh Date: Fri, 14 Jun 2024 19:37:44 -0500 Subject: [PATCH] updating color tokens in flex story --- src/stories/layout/Flex.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stories/layout/Flex.stories.tsx b/src/stories/layout/Flex.stories.tsx index 683c1f1..5b6b068 100644 --- a/src/stories/layout/Flex.stories.tsx +++ b/src/stories/layout/Flex.stories.tsx @@ -14,8 +14,8 @@ const renderChild = (text: string) => ( display: "grid", placeItems: "center", padding: "0.5rem 1rem", - background: "var(--sds-color-bg-brand-default)", - color: "var(--sds-color-text-brand-onbrand)", + background: "var(--sds-color-background-brand-default)", + color: "var(--sds-color-text-brand-on-brand)", }} > {text}