From 52513ae1e426a155ba5349c52a065274101246ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 18 Aug 2016 13:13:13 +0200 Subject: [PATCH] Change color of warning message in the add-member lightbox --- app/styles/modules/common/lightbox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 1d64e244..9cfb907a 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -192,8 +192,8 @@ } .member-limit-warning { @include font-size(small); - background: $red-light; - color: $white; + background: $mass-white; + color: $grayer; margin: 1rem 0; padding: 1rem 2rem; text-align: center;