Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions packages/react/src/Timeline/Timeline.stories.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,18 @@
margin-top: var(--base-size-4);
color: var(--fgColor-muted);
}

/*
* Timeline Playground: story-local styles for the representative event bodies and the empty
* state rendered by the `TimelinePlayground` story (its controls are Storybook argTypes).
*/

.PlaygroundEmpty {
max-width: 1012px;
color: var(--fgColor-muted);
}

.Strong {
font-weight: var(--base-text-weight-semibold);
color: var(--fgColor-default);
}
Loading
Loading