diff --git a/website/src/components/Playground/DesignSystem/Formatted.tsx b/website/src/components/Playground/DesignSystem/Formatted.tsx index b0d0257cf585..e7486925d48b 100644 --- a/website/src/components/Playground/DesignSystem/Formatted.tsx +++ b/website/src/components/Playground/DesignSystem/Formatted.tsx @@ -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', diff --git a/website/src/components/Playground/PreviewWrapper.tsx b/website/src/components/Playground/PreviewWrapper.tsx index 25d6e2f9afd7..8a56ecb5fcb4 100644 --- a/website/src/components/Playground/PreviewWrapper.tsx +++ b/website/src/components/Playground/PreviewWrapper.tsx @@ -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
{children}