From fb7f40f0b793ef1a6104ec1c1c78e16895a988b4 Mon Sep 17 00:00:00 2001
From: sandeepsajan0 <sandeepsajan0@gmail.com>
Date: Thu, 7 Jul 2022 16:14:09 +0530
Subject: [PATCH] Use variable instead of color code

---
 hypha/static_src/src/sass/normalize.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hypha/static_src/src/sass/normalize.scss b/hypha/static_src/src/sass/normalize.scss
index c3149007c..806998fd2 100644
--- a/hypha/static_src/src/sass/normalize.scss
+++ b/hypha/static_src/src/sass/normalize.scss
@@ -4,6 +4,8 @@
 /* Document
    ========================================================================== */
 
+@import 'apply/abstracts/variables';
+
 /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
@@ -231,7 +233,7 @@ fieldset {
   padding: 0.35em 0.75em 0.625em;
   border-width: 1px;
   border-style: solid;
-  border-color: #cfcfcf;
+  border-color: $color--mid-grey;
 }
 
 /**
-- 
GitLab