From f1a0151966d10fbc5b5fbf134364d736f6f94837 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 7 Aug 2018 14:48:41 +0100
Subject: [PATCH] use mist variable

---
 opentech/static_src/src/sass/apply/components/_list.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/static_src/src/sass/apply/components/_list.scss b/opentech/static_src/src/sass/apply/components/_list.scss
index d08c258b7..630a571bb 100644
--- a/opentech/static_src/src/sass/apply/components/_list.scss
+++ b/opentech/static_src/src/sass/apply/components/_list.scss
@@ -23,7 +23,7 @@
                 position: absolute;
                 max-width: initial;
                 overflow: visible;
-                background-color: #f3fafe;
+                background-color: $color--mist;
 
                 + #{$root}__item--reviewer-outcome {
                     width: 100%;
-- 
GitLab