diff --git a/apps/viewer/src/components/TypebotPageV3.tsx b/apps/viewer/src/components/TypebotPageV3.tsx index df40d03b5..4e54c238f 100644 --- a/apps/viewer/src/components/TypebotPageV3.tsx +++ b/apps/viewer/src/components/TypebotPageV3.tsx @@ -31,7 +31,9 @@ export const TypebotPageV3 = ({ url, typebot }: TypebotPageProps) => { backgroundColor: background?.type === BackgroundType.COLOR ? background?.content - : 'white', + : background?.type === BackgroundType.NONE + ? undefined + : '#fff', }} > {typebot && (