1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Extract voice broadcast header (#9393)

This commit is contained in:
Michael Weimann
2022-10-12 16:00:37 +02:00
committed by GitHub
parent 19bc3f1d9a
commit 533eda2273
14 changed files with 318 additions and 79 deletions

View File

@ -32,3 +32,7 @@ limitations under the License.
.mx_Icon_live-badge {
background-color: #fff;
}
.mx_Icon_compound-secondary-content {
background-color: $secondary-content;
}