Skip to content

Commit

Permalink
Update badge style in invite dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 21, 2024
1 parent 3294c6b commit 716e262
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions res/css/views/dialogs/_InviteDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 716e262

Please sign in to comment.