From c80d5787554013064eca50a612b7905d5a5e1393 Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Thu, 22 Feb 2024 16:07:08 -0700 Subject: [PATCH] Rebecca Purple button --- 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 8e7edee..f1bd51d 100644 --- a/src/stories/button.css +++ b/src/stories/button.css @@ -9,7 +9,7 @@ } .storybook-button--primary { color: white; - background-color: greenyellow; + background-color: rebeccapurple; } .storybook-button--secondary { color: #333;