We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb97d2 commit 7e016fdCopy full SHA for 7e016fd
1 file changed
packages/ui/src/components/message-part.css
@@ -33,7 +33,7 @@
33
border-radius: 6px;
34
overflow: hidden;
35
background: var(--surface-base);
36
- border: 1px solid var(--border-base);
+ border: 1px solid var(--border-weak-base);
37
transition: border-color 0.15s ease;
38
39
&:hover {
@@ -465,7 +465,7 @@
465
466
&[data-question="true"] {
467
background: var(--background-base);
468
469
}
470
471
0 commit comments