Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 7e016fd

Browse files
committed
chore: cleanup
1 parent beb97d2 commit 7e016fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui/src/components/message-part.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
border-radius: 6px;
3434
overflow: hidden;
3535
background: var(--surface-base);
36-
border: 1px solid var(--border-base);
36+
border: 1px solid var(--border-weak-base);
3737
transition: border-color 0.15s ease;
3838

3939
&:hover {
@@ -465,7 +465,7 @@
465465

466466
&[data-question="true"] {
467467
background: var(--background-base);
468-
border: 1px solid var(--border-base);
468+
border: 1px solid var(--border-weak-base);
469469
}
470470
}
471471

0 commit comments

Comments
 (0)