Skip to content

Commit 18e651d

Browse files
committed
Update Styles.js to enhance the agent pill appearance by adding a font-weight of 500, improving visual consistency.
1 parent 64756d3 commit 18e651d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ export default css`
239239
color: var(--agent-pill-color, #455a64);
240240
font-size: 12px;
241241
margin-left: 8px;
242+
font-weight: 500;
242243
}
243244
244245
.info-icon {

0 commit comments

Comments
 (0)