Skip to content

Commit

Permalink
test(Card): add ink background to contrast with component
Browse files Browse the repository at this point in the history
  • Loading branch information
oreqizer committed Oct 17, 2023
1 parent ec18790 commit d668024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Card/Card.stories.tsx
Expand Up @@ -333,7 +333,7 @@ Accessibility.story = {

export const VisualTest = () => {
return (
<div className="space-y-xs">
<div className="space-y-xs bg-ink-light">
<Card title="Somebody once" />
<Card title="Somebody once" description="Told me the world is gonna roll me" />
<Card
Expand Down

0 comments on commit d668024

Please sign in to comment.