Skip to content

Commit ec7c72d

Browse files
committed
tweak(ui): restyle reasoning blocks
1 parent a4b36a7 commit ec7c72d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,13 @@
227227
[data-component="reasoning-part"] {
228228
width: 100%;
229229
color: var(--text-base);
230-
opacity: 0.8;
230+
font-size: var(--font-size-small);
231231
line-height: var(--line-height-large);
232232

233233
[data-component="markdown"] {
234234
margin-top: 24px;
235235
font-style: normal;
236+
font-size: inherit;
236237

237238
p:has(strong) {
238239
margin-top: 24px;

0 commit comments

Comments
 (0)