mirror of
https://github.com/langgenius/dify.git
synced 2026-06-26 23:01:11 +08:00
fix: focus ring
This commit is contained in:
parent
68c3fc0ef6
commit
0c047f68fc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user