update composer

This commit is contained in:
Ren Amamiya
2023-07-08 15:21:06 +07:00
parent 3752a3ab0f
commit 4747299ade
6 changed files with 54 additions and 68 deletions

View File

@@ -50,8 +50,8 @@ export function User({
return (
<Popover
className={`relative flex gap-3 ${
size === 'small' ? 'items-center' : 'items-start'
className={`relative flex ${
size === 'small' ? 'items-center gap-2' : 'items-start gap-3'
}`}
>
<Popover.Button