From ab1457273ee19f24637f15dc4cbc3bb2b0a476ed Mon Sep 17 00:00:00 2001 From: Jens Meichler Date: Sat, 4 Jun 2022 23:17:54 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20currentColor=20for=20input=20fields=20?= =?UTF-8?q?=F0=9F=92=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.scss b/src/styles.scss index 747b994d..fc38a676 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -192,6 +192,10 @@ a[href] { color: currentColor; } +.mat-form-field-label { + color: currentColor; +} + .mat-snack-bar-container { background: var(--color-secondary); border: 4px solid #00000028;