From 2abd7779acd580d0331f19edf818d0a57abfd604 Mon Sep 17 00:00:00 2001
From: Jamie Pine <32987599+jamiepine@users.noreply.github.com>
Date: Mon, 13 Dec 2021 20:14:26 -0800
Subject: [PATCH] Fix for incorrect
color as result of Tailwind upgrade
(#1303)
---
styles/globals.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/styles/globals.css b/styles/globals.css
index 4ebe301c..450fb967 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -355,6 +355,10 @@ body {
background-color: #f3f4f6;
}
+hr {
+ @apply border-gray-200;
+}
+
.text-white-important {
color: white !important;
}