From e7d076d699830cea4ee1f3eb58eb4264c134ab89 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 28 Apr 2020 13:19:59 +0200 Subject: [PATCH] Add missing --color-text variables for themes --- app/assets/stylesheets/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 88ffc36e..a53a5c94 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -44,4 +44,8 @@ $colorNames: ( */ --primary-text: 255, 255, 255; + --danger-text: 255, 255, 255; + --warning-text: 255, 255, 255; + --info-text: 255, 255, 255; + --success-text: 255, 255, 255; } \ No newline at end of file