Skip to content

Commit

Permalink
Update apps/dashboard/src/components/primitives/editor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Dima Grossman <[email protected]>
  • Loading branch information
SokratisVidros and scopsy authored Jan 17, 2025
1 parent 550a793 commit 09ba184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/src/components/primitives/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 09ba184

Please sign in to comment.