Match forward dialog send failed indicator color with button

Signed-off-by: Robin Townsend <robin@robin.town>
pull/21833/head
Robin Townsend 2021-06-01 17:56:46 -04:00
parent b032422c6a
commit 8efbdd0406
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ limitations under the License.
}
.mx_NotificationBadge {
opacity: 0.4;
// Match the failed to send indicator's color with the disabled button
background-color: $button-danger-disabled-fg-color;
}
&.mx_ForwardList_sending .mx_ForwardList_sendIcon {