Skip to content

Commit

Permalink
docs: Add red circle to indicate Live Preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 10, 2023
1 parent ba2d96c commit 8df9c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/src/components/Playground/DesignSystem/Formatted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ export const Formatted = ({
downColor = '#d43215',
formatter,
formatterFn,
timeout = 300,
timeout = 200,
transition,
transitionLength = 300,
transitionLength = 200,
upColor = '#00d865',
value,
stylePrefix = 'rvf_Flash',
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Playground/PreviewWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function PreviewWrapper({ children }: Props) {
id="theme.Playground.result"
description="The result label of the live codeblocks"
>
Live Preview
🔴 Live Preview
</Translate>
</Header>
<div className={styles.playgroundResult}>{children}</div>
Expand Down

0 comments on commit 8df9c89

Please sign in to comment.