From f456bbd3dbe32adf034c8eec1ce09128802ce5b5 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 20 Apr 2021 09:41:04 -0500 Subject: [PATCH] Fix secondary-affirmative button text color --- stylesheets/components/Button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/components/Button.scss b/stylesheets/components/Button.scss index 53d760014..501f7453b 100644 --- a/stylesheets/components/Button.scss +++ b/stylesheets/components/Button.scss @@ -71,7 +71,7 @@ background: fade-out($background-color, 0.6); } - &--primary { + &--affirmative { color: $ultramarine-ui-light; } @@ -94,7 +94,7 @@ background: fade-out($background-color, 0.6); } - &--primary { + &--affirmative { color: $ultramarine-ui-dark; }