fix: focus ring

This commit is contained in:
yyh 2026-06-25 15:49:54 +08:00
parent 68c3fc0ef6
commit 0c047f68fc
No known key found for this signature in database

View File

@ -67,7 +67,7 @@ const Operation: FC<OperationProps> = ({
<Button
aria-label={sendButtonLabel ? undefined : t('operation.send', { ns: 'common' })}
className={cn(
'ml-3',
'ml-3 focus-visible:ring-inset',
sendButtonLabel ? 'px-3' : 'w-8 px-0',
)}
variant="primary"