GH-1519 - Fixing color on template picker (#1829)
This commit is contained in:
parent
696329b85e
commit
70cfdce5e6
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue