feat: update client select button style

This commit is contained in:
codytseng 2025-07-09 14:37:15 +08:00
parent ece003ca4f
commit 5d1427db31
7 changed files with 16 additions and 23 deletions

View file

@ -14,7 +14,7 @@ export function UnknownNote({ event, className }: { event: Event; className?: st
)}
>
<div>{t('Cannot handle event of kind k', { k: event.kind })}</div>
<ClientSelect event={event} variant="secondary" />
<ClientSelect event={event} />
</div>
)
}