From fb3870ca01aaa20ac0aa270f59e2b370dee8e559 Mon Sep 17 00:00:00 2001 From: Dan <39170265+chillenberger@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:44:23 -0600 Subject: [PATCH] add white 400 to text colors --- pgml-dashboard/static/css/scss/base/_typography.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pgml-dashboard/static/css/scss/base/_typography.scss b/pgml-dashboard/static/css/scss/base/_typography.scss index ff3881838..5648addc4 100644 --- a/pgml-dashboard/static/css/scss/base/_typography.scss +++ b/pgml-dashboard/static/css/scss/base/_typography.scss @@ -116,6 +116,9 @@ h6, .h6 { .text-white-300 { color: #{$gray-300} !important; } +.text-white-400 { + color: #{$gray-400} !important; +} .text-soft-white, .text-white-200 { color: #{$gray-200} !important; }