style(room): match the 1:1 peer name chip corner radius to the message bubble
This commit is contained in:
parent
170c78fb83
commit
b4d49d3b03
1 changed files with 3 additions and 3 deletions
|
|
@ -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),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue