uniform border radius

This commit is contained in:
Saumya 2025-07-12 08:59:44 +05:30
parent 3fa9fac9f6
commit abb0603316
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export const ExpandableMarkdownEditor: React.FC<ExpandableMarkdownEditorProps> =
<> <>
<div className={cn('relative', className)}> <div className={cn('relative', className)}>
<div <div
className="group relative pb-4 border rounded-lg bg-muted/30 hover:opacity-80 transition-colors cursor-pointer overflow-hidden" className="group relative pb-4 border rounded-2xl bg-muted/30 hover:opacity-80 transition-colors cursor-pointer overflow-hidden"
onClick={openDialog} onClick={openDialog}
> >
<div className="p-4 max-h-32 overflow-hidden"> <div className="p-4 max-h-32 overflow-hidden">