From b4d49d3b032785e2348b025579423d4184372029 Mon Sep 17 00:00:00 2001 From: heaven Date: Sat, 30 May 2026 00:59:56 +0300 Subject: [PATCH] style(room): match the 1:1 peer name chip corner radius to the message bubble --- src/app/components/message/layout/layout.css.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/message/layout/layout.css.ts b/src/app/components/message/layout/layout.css.ts index 50a1af20..690095b2 100644 --- a/src/app/components/message/layout/layout.css.ts +++ b/src/app/components/message/layout/layout.css.ts @@ -585,9 +585,9 @@ globalStyle(`${StreamName} > *`, { // its centre) doesn't shift; the fill spans the line height. export const StreamNamePeerBubble = style({ backgroundColor: color.Surface.Container, - // Slightly larger rounding than the message bubble (user request) + wider - // horizontal padding to match the taller chip. - borderRadius: toRem(9), + // Same rounding as the message bubble (user request); wider horizontal + // padding to match the taller chip. + borderRadius: StreamBubbleRadius, paddingLeft: toRem(11), paddingRight: toRem(11), });