From 8f9fbbaa20276e5d95fb624e8e1eb024fb973a62 Mon Sep 17 00:00:00 2001
From: Stephanie Glaser <sglaser@liventus.com>
Date: Tue, 26 Oct 2021 10:25:46 -0500
Subject: [PATCH] Fixed issue where .lib-button-reset() resets the background
 but not the color.

---
 lib/web/css/source/lib/_buttons.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/web/css/source/lib/_buttons.less b/lib/web/css/source/lib/_buttons.less
index a575442b77e55..89a37222b1324 100644
--- a/lib/web/css/source/lib/_buttons.less
+++ b/lib/web/css/source/lib/_buttons.less
@@ -244,6 +244,7 @@
     -moz-box-sizing: content-box; // Hack: fix Firefox button line-height problem
     border: 0;
     box-shadow: none;
+    .lib-css(color, @primary__color);
     line-height: inherit;
     margin: 0;
     padding: 0;