UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: стандартизация borderless matte glass popup и dropdown
This commit is contained in:
@@ -36,13 +36,13 @@ export const CommentBlock = observer(function CommentBlock(props: TCommentBlock)
|
||||
/>
|
||||
<div
|
||||
className={cn(
|
||||
"transition-border relative z-[3] flex h-7 w-7 flex-shrink-0 items-center justify-center rounded-lg border border-subtle bg-layer-2 uppercase shadow-raised-100 duration-1000"
|
||||
"transition-border relative z-[3] flex h-7 w-7 flex-shrink-0 items-center justify-center rounded-[0.95rem] border-0 bg-white/[0.05] uppercase shadow-none duration-1000"
|
||||
)}
|
||||
>
|
||||
<CommentReplyIcon width={14} height={14} className="text-secondary" aria-hidden="true" />
|
||||
</div>
|
||||
<div className="flex flex-grow flex-col gap-3 truncate">
|
||||
<div className="mb-2 rounded-lg border border-subtle bg-layer-2 p-3 text-body-sm-regular shadow-raised-100">
|
||||
<div className="mb-2 rounded-[1.35rem] border-0 bg-white/[0.05] p-4 text-body-sm-regular shadow-none">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user