fix style

This commit is contained in:
hjlarry 2025-11-18 10:31:56 +08:00
parent 8497d296b1
commit b441a7fbc4
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ export const CommentInput: FC<CommentInputProps> = memo(({ position, onSubmit, o
onPointerDown={handleDragPointerDown}
>
<div className="relative h-8 w-8 overflow-hidden rounded-br-full rounded-tl-full rounded-tr-full bg-primary-500">
<div className="absolute inset-[2px] overflow-hidden rounded-br-full rounded-tl-full rounded-tr-full bg-white">
<div className="absolute inset-[2px] overflow-hidden rounded-br-full rounded-tl-full rounded-tr-full bg-components-panel-bg-blur">
<div className="flex h-full w-full items-center justify-center">
<div className="h-6 w-6 overflow-hidden rounded-full">
<Avatar
@ -156,7 +156,7 @@ export const CommentInput: FC<CommentInputProps> = memo(({ position, onSubmit, o
'relative z-10 flex-1 rounded-xl border border-components-chat-input-border bg-components-panel-bg-blur pb-[4px] shadow-md',
)}
>
<div className='relative px-[9px] pt-[4px]'>
<div className='relative pl-[9px] pt-[4px]'>
<MentionInput
value={content}
onChange={setContent}