Skip to content

Commit

Permalink
Theme: Fix contrast in nested story (#67681)
Browse files Browse the repository at this point in the history
Co-authored-by: tyxla <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent b6cfa1e commit 7cd4a7e
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

1 comment on commit 7cd4a7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 7cd4a7e.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12197238901
📝 Reported issues:

Please sign in to comment.