Skip to content

Commit 63a469d

Browse files
committed
tweak(ui): refine session feed spacing
1 parent ae98be8 commit 63a469d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179

180180
[data-component="text-part"] {
181181
width: 100%;
182+
margin-top: 40px;
182183

183184
[data-slot="text-part-body"] {
184185
margin-top: 0;
@@ -227,13 +228,18 @@
227228
[data-component="reasoning-part"] {
228229
width: 100%;
229230
color: var(--text-base);
230-
font-size: var(--font-size-small);
231-
line-height: var(--line-height-large);
231+
line-height: var(--line-height-normal);
232232

233233
[data-component="markdown"] {
234234
margin-top: 24px;
235235
font-style: normal;
236236
font-size: inherit;
237+
color: var(--text-weak);
238+
239+
strong,
240+
b {
241+
color: var(--text-base);
242+
}
237243

238244
p:has(strong) {
239245
margin-top: 24px;

0 commit comments

Comments
 (0)