From 97bcb6b6f51ebc15655bee89d3ce5bcbb35dd6c4 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Mon, 15 Feb 2016 16:44:20 -0500 Subject: [PATCH] Fix font colour of error messages popup --- .../client/components/activeEntry/activeEntry.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/lesiontracker/client/components/activeEntry/activeEntry.styl b/Packages/lesiontracker/client/components/activeEntry/activeEntry.styl index 51fae12f7..4a0d8c647 100644 --- a/Packages/lesiontracker/client/components/activeEntry/activeEntry.styl +++ b/Packages/lesiontracker/client/components/activeEntry/activeEntry.styl @@ -10,5 +10,5 @@ width: 50px // TODO: Fix theming in active-entry so we don't have to do this -.entryPage .wrapper-auth .subtitle-auth +.entryPage .wrapper-auth color: white !important \ No newline at end of file