Skip to content

Commit

Permalink
improve invite tile color
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrc52 committed Oct 8, 2023
1 parent 54fa9a5 commit 577f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/dialogs/_InviteDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ limitations under the License.
margin-inline-end: $spacing-8;

.mx_InviteDialog_userTile_pill {
background-color: $username-variant1-color;
background-color: var(--cpd-color-blue-800);
border-radius: 12px;
display: inline-block;
height: 24px;
Expand Down

0 comments on commit 577f564

Please sign in to comment.