From 3de8cb49f04e58715b3942dd785882514558a981 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Thu, 26 Dec 2019 11:47:14 +0100 Subject: [PATCH] wrong variable --- .../room-creator-page/room-creator-page.component.scss | 4 ++-- .../room-moderator-page/room-moderator-page.component.scss | 4 ++-- .../room-participant-page.component.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.scss b/src/app/components/creator/room-creator-page/room-creator-page.component.scss index c7efb0f85..b458225c6 100644 --- a/src/app/components/creator/room-creator-page/room-creator-page.component.scss +++ b/src/app/components/creator/room-creator-page/room-creator-page.component.scss @@ -78,12 +78,12 @@ mat-card-header { mat-card-title { height: 40%; min-width: 150px; - color: var(--surface)!important; + color: var(--on-surface)!important; } mat-card-subtitle { height: 30%; - color: var(--surface)!important; + color: var(--on-surface)!important; } mat-grid-tile { diff --git a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss index 044568870..e7b4819d5 100644 --- a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss +++ b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss @@ -102,12 +102,12 @@ mat-card-header { mat-card-title { height: 40%; min-width: 200px; - color: var(--surface)!important; + color: var(--on-surface)!important; } mat-card-subtitle { height: 30%; - color: var(--surface)!important; + color: var(--on-surface)!important; } mat-grid-tile { diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.scss b/src/app/components/participant/room-participant-page/room-participant-page.component.scss index 86d258d4a..e097b3fc7 100644 --- a/src/app/components/participant/room-participant-page/room-participant-page.component.scss +++ b/src/app/components/participant/room-participant-page/room-participant-page.component.scss @@ -54,12 +54,12 @@ mat-card-header { mat-card-title { height: 40%; min-width: 200px; - color: var(--surface)!important; + color: var(--on-surface)!important; } mat-card-subtitle { height: 20%; - color: var(--surface)!important; + color: var(-on--surface)!important; } mat-expansion-panel { -- GitLab