From e890743426911b381789591aec762d5f861dbe4d Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Fri, 7 Jun 2024 23:17:22 +0700 Subject: [PATCH] Fix missing theme text color switch --- .../authentication-modal/authentication-modal.component.html | 2 +- .../authentication-modal/authentication-modal.component.scss | 3 --- src/app/leave-pool-modal/leave-pool.component.html | 2 +- src/app/leave-pool-modal/leave-pool.component.scss | 3 --- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/app/authentication-modal/authentication-modal.component.html b/src/app/authentication-modal/authentication-modal.component.html index 5869e04..c72e520 100644 --- a/src/app/authentication-modal/authentication-modal.component.html +++ b/src/app/authentication-modal/authentication-modal.component.html @@ -31,7 +31,7 @@
{{snippetService.getSnippet('leave-pool-modal.ti
-
diff --git a/src/app/leave-pool-modal/leave-pool.component.scss b/src/app/leave-pool-modal/leave-pool.component.scss index dedb8dc..9fc483b 100644 --- a/src/app/leave-pool-modal/leave-pool.component.scss +++ b/src/app/leave-pool-modal/leave-pool.component.scss @@ -1,6 +1,3 @@ -.text-color { - color: #474747; -} .checkbox-lg .form-check-input { width: 1.35rem; height: 1.35rem;