From 38db1de01cbf77075cf1510eb0aa433ecbbe0363 Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Mon, 26 Feb 2024 16:41:52 -0700 Subject: [PATCH] update button color --- src/stories/button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/button.css b/src/stories/button.css index 057e13e..c22098c 100644 --- a/src/stories/button.css +++ b/src/stories/button.css @@ -9,7 +9,7 @@ } .storybook-button--primary { color: white; - background-color: rebeccapurple; + background-color: olivedrab; } .storybook-button--secondary { color: #333;