We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae98be8 commit 63a469dCopy full SHA for 63a469d
1 file changed
packages/ui/src/components/message-part.css
@@ -179,6 +179,7 @@
179
180
[data-component="text-part"] {
181
width: 100%;
182
+ margin-top: 40px;
183
184
[data-slot="text-part-body"] {
185
margin-top: 0;
@@ -227,13 +228,18 @@
227
228
[data-component="reasoning-part"] {
229
230
color: var(--text-base);
- font-size: var(--font-size-small);
231
- line-height: var(--line-height-large);
+ line-height: var(--line-height-normal);
232
233
[data-component="markdown"] {
234
margin-top: 24px;
235
font-style: normal;
236
font-size: inherit;
237
+ color: var(--text-weak);
238
+
239
+ strong,
240
+ b {
241
+ color: var(--text-base);
242
+ }
243
244
p:has(strong) {
245
0 commit comments