Skip to content

Commit

Permalink
updating color tokens in flex story
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed Jun 15, 2024
1 parent 803e58f commit 554531c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stories/layout/Flex.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 554531c

Please sign in to comment.