GH-1519 - Fixing color on template picker (#1829)

This commit is contained in:
Asaad Mahmood 2021-11-16 17:43:19 +05:00 committed by GitHub
parent 696329b85e
commit 70cfdce5e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
.title {
font-size: 25px;
color: var(--sys-center-channel-color);
color: rgba(var(--center-channel-color-rgb));
margin-bottom: 12px;
}
.description {
text-align: center;
margin-bottom: 32px;
color: var(--sys-center-channel-color);
color: rgba(var(--center-channel-color-rgb));
}
.choose-template-text {