Fix copy and share button style in call link participants list

This commit is contained in:
ayumi-signal 2024-09-17 17:37:23 -07:00 committed by GitHub
parent a3351ef9f9
commit 3f27bd7ecb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,9 +44,15 @@
@include button-reset;
@include font-body-2;
display: flex;
width: 100%;
padding-block: 8px;
padding-inline: 10px 2px;
align-items: center;
border-radius: 6px;
}
.CallingAdhocCallInfo__MenuItem:hover {
background-color: $color-gray-62;
}
.CallingAdhocCallInfo__MenuItemIcon {