diff --git a/apps/web/src/components/ui/report/Editor.tsx b/apps/web/src/components/ui/report/Editor.tsx index 39f8cc895..f686f26d2 100644 --- a/apps/web/src/components/ui/report/Editor.tsx +++ b/apps/web/src/components/ui/report/Editor.tsx @@ -29,14 +29,10 @@ const editorVariants = cva( }, variant: { ai: 'w-full px-0 text-base md:text-sm', - aiChat: - 'max-h-[min(70vh,320px)] w-full max-w-[700px] overflow-y-auto px-3 py-2 text-base md:text-sm', comment: cn('rounded-none border-none bg-transparent text-sm'), default: 'size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]', - demo: 'size-full px-16 pt-4 pb-72 text-base sm:px-[max(64px,calc(50%-350px))]', fullWidth: 'size-full px-16 pt-4 pb-72 text-base sm:px-24', - none: '', - select: 'px-3 py-2 text-base data-readonly:w-fit' + none: '' } } } diff --git a/apps/web/src/components/ui/report/ThemeWrapper/ThemeStyles.tsx b/apps/web/src/components/ui/report/ThemeWrapper/ThemeStyles.tsx index 1d9e9f547..d8cfcc1ac 100644 --- a/apps/web/src/components/ui/report/ThemeWrapper/ThemeStyles.tsx +++ b/apps/web/src/components/ui/report/ThemeWrapper/ThemeStyles.tsx @@ -11,6 +11,8 @@ export function ThemesStyle() { return null; } + console.log(activeTheme); + return (