Update badge style in invite dialog (#28250)

This commit is contained in:
Florian Duros 2024-10-21 14:32:43 +02:00 committed by GitHub
parent 46d13921d0
commit bdaad67178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -143,14 +143,15 @@ Please see LICENSE files in the repository root for full details.
margin-inline-end: $spacing-8;
.mx_InviteDialog_userTile_pill {
background-color: var(--cpd-color-bg-success-subtle);
border-radius: 12px;
background-color: var(--cpd-color-bg-canvas-default);
border: 1px solid var(--cpd-color-gray-400);
border-radius: 99px;
display: inline-block;
height: 24px;
line-height: $font-24px;
padding-inline: $spacing-8;
vertical-align: middle;
color: $primary-content;
color: var(--cpd-color-gray-1100);
.mx_SearchResultAvatar {
border-radius: 20px;