Skip to content

Commit

Permalink
Theme: Fix contrast in nested story
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 6, 2024
1 parent b8bfb4d commit 95c83e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/theme/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Default = Template.bind( {} );
Default.args = {};

export const Nested: StoryFn< typeof Theme > = ( args ) => (
<Theme accent="tomato">
<Theme accent="crimson">
<Button variant="primary">Outer theme (hardcoded)</Button>

<Theme { ...args }>
Expand Down

0 comments on commit 95c83e9

Please sign in to comment.