Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 19c6fec

Browse files
committed
wip: font-size updates
1 parent 05e0759 commit 19c6fec

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
-webkit-line-clamp: 3;
7878
-webkit-box-orient: vertical;
7979
overflow: hidden;
80+
background: var(--surface-inset-base);
81+
padding: 2px 6px;
82+
border-radius: 4px;
83+
border: 0.5px solid var(--border-weak-base);
8084
}
8185

8286
.text-text-strong {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
[data-slot="session-review-title"] {
3030
font-family: var(--font-family-sans);
31-
font-size: var(--font-size-base);
31+
font-size: var(--font-size-large);
3232
font-weight: var(--font-weight-medium);
3333
line-height: var(--line-height-large);
3434
color: var(--text-strong);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
[data-slot="session-turn-message-title"] {
6666
width: 100%;
67-
font-size: 15px; /* text-14-medium */
67+
font-size: var(--font-size-large);
6868
font-weight: 500;
6969
color: var(--text-strong);
7070
overflow: hidden;

0 commit comments

Comments
 (0)