فهرست منبع

wip: font-size updates

David Hill 2 ماه پیش
والد
کامیت
19c6fec4d1

+ 4 - 0
packages/ui/src/components/message-part.css

@@ -77,6 +77,10 @@
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
+    background: var(--surface-inset-base);
+    padding: 2px 6px;
+    border-radius: 4px;
+    border: 0.5px solid var(--border-weak-base);
   }
 
   .text-text-strong {

+ 1 - 1
packages/ui/src/components/session-review.css

@@ -28,7 +28,7 @@
 
   [data-slot="session-review-title"] {
     font-family: var(--font-family-sans);
-    font-size: var(--font-size-base);
+    font-size: var(--font-size-large);
     font-weight: var(--font-weight-medium);
     line-height: var(--line-height-large);
     color: var(--text-strong);

+ 1 - 1
packages/ui/src/components/session-turn.css

@@ -64,7 +64,7 @@
 
   [data-slot="session-turn-message-title"] {
     width: 100%;
-    font-size: 15px; /* text-14-medium */
+    font-size: var(--font-size-large);
     font-weight: 500;
     color: var(--text-strong);
     overflow: hidden;