Add transparent gradient to ongoing call header

This commit is contained in:
Evan Hahn 2020-11-04 13:56:25 -06:00 committed by GitHub
parent 66da943f27
commit d1c63609a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6192,6 +6192,7 @@ button.module-image__border-overlay:focus {
&__header {
position: absolute;
background: linear-gradient($color-black-alpha-40, transparent);
}
&__header-message {