Skip to content

Commit 9dbef93

Browse files
author
Roman Snapko
committed
Update ComposingCard component styling with full width and neutral background colors
1 parent 98eee67 commit 9dbef93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui-components/src/ui/composing-card.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const ComposingCard = React.forwardRef<HTMLDivElement, ComposingCardProps>(
1111
<div
1212
ref={ref}
1313
className={cn(
14-
'rounded-2xl border',
15-
transparent ? 'bg-transparent' : 'bg-input',
14+
'w-full rounded-2xl border',
15+
transparent ? 'bg-transparent' : 'bg-neutral-50 dark:bg-background',
1616
className,
1717
)}
1818
{...props}

0 commit comments

Comments
 (0)