From f49a0e0b0a5fd7f42be79ec795668eb73ad2425e Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Fri, 12 Jan 2018 16:09:18 +0000
Subject: [PATCH] adding missing parameter in button mixin for fixed apply
 button

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

diff --git a/opentech/static_src/src/sass/components/_link.scss b/opentech/static_src/src/sass/components/_link.scss
index 122cf34a4..23d242c76 100644
--- a/opentech/static_src/src/sass/components/_link.scss
+++ b/opentech/static_src/src/sass/components/_link.scss
@@ -40,7 +40,7 @@
     }
 
     &--fixed-apply {
-        @include button($color--purple);
+        @include button($color--purple, darken($color--purple, 20%));
         position: fixed;
         bottom: 0;
         z-index: 100;
-- 
GitLab