From 87c83f102df13e83b07c833083541978ce412e73 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 27 Nov 2017 18:30:12 -0500 Subject: [PATCH] small color fix --- app/assets/stylesheets/common/components/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/buttons.scss b/app/assets/stylesheets/common/components/buttons.scss index f8cdc9a6503..e339fa26077 100644 --- a/app/assets/stylesheets/common/components/buttons.scss +++ b/app/assets/stylesheets/common/components/buttons.scss @@ -74,7 +74,7 @@ .btn-primary { border: none; font-weight: normal; - color: $primary; + color: $secondary; background: $tertiary; &[href] {