diff --git a/apps/dashboard/src/components/primitives/editor.tsx b/apps/dashboard/src/components/primitives/editor.tsx index 1b0d0188734..c10581cacfa 100644 --- a/apps/dashboard/src/components/primitives/editor.tsx +++ b/apps/dashboard/src/components/primitives/editor.tsx @@ -14,8 +14,8 @@ import { const variants = cva('h-full w-full flex-1 [&_.cm-focused]:outline-none', { variants: { size: { - base: 'text-base', - small: 'text-xs', + md: 'text-base', + sm: 'text-xs', }, }, defaultVariants: {