fix: className order
This commit is contained in:
parent
739169773b
commit
d283d44c02
6 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ export function ChatMessageActions({
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'flex items-center justify-end w-full md:absolute md:-top-2 md:-right-10 md:opacity-0 group-hover:opacity-100 transition-opacity',
|
||||
'flex w-full items-center justify-end transition-opacity group-hover:opacity-100 md:absolute md:-right-10 md:-top-2 md:opacity-0',
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue