style(room): match the 1:1 peer name chip corner radius to the message bubble

This commit is contained in:
heaven 2026-05-30 00:59:56 +03:00
parent 170c78fb83
commit b4d49d3b03

View file

@ -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),
});