|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
[data-component="user-message"] {
|
|
|
font-family: var(--font-family-sans);
|
|
|
- font-size: var(--font-size-small);
|
|
|
+ font-size: var(--font-size-base);
|
|
|
font-style: normal;
|
|
|
font-weight: var(--font-weight-regular);
|
|
|
line-height: var(--line-height-large);
|
|
|
@@ -26,6 +26,7 @@
|
|
|
|
|
|
[data-component="markdown"] {
|
|
|
margin-top: 32px;
|
|
|
+ font-size: var(--font-size-base);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -57,7 +58,7 @@
|
|
|
|
|
|
[data-slot="message-part-tool-error-title"] {
|
|
|
font-family: var(--font-family-sans);
|
|
|
- font-size: var(--font-size-small);
|
|
|
+ font-size: var(--font-size-base);
|
|
|
font-style: normal;
|
|
|
font-weight: var(--font-weight-medium);
|
|
|
line-height: var(--line-height-large);
|
|
|
@@ -117,7 +118,7 @@
|
|
|
|
|
|
[data-slot="message-part-title"] {
|
|
|
font-family: var(--font-family-sans);
|
|
|
- font-size: var(--font-size-small);
|
|
|
+ font-size: var(--font-size-base);
|
|
|
font-style: normal;
|
|
|
font-weight: var(--font-weight-medium);
|
|
|
line-height: var(--line-height-large);
|