Feat: Adjust the style of the delete button on the agent side #9869 (#10473)

### What problem does this PR solve?

Feat: Adjust the style of the delete button on the agent side #9869

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-10-10 19:52:08 +08:00
committed by GitHub
parent 0283e4098f
commit 390b2b8f26
3 changed files with 11 additions and 82 deletions

View File

@ -116,7 +116,7 @@ function InnerButtonEdge({
>
<button
className={cn(
'size-3.5 border border-state-error text-state-error rounded-full leading-none',
'size-3.5 border border-state-error text-state-error rounded-full leading-none bg-bg-canvas outline outline-bg-canvas',
'invisible',
{ visible },
)}