From acde912aaa9bbc3f4cf99a91749475650ee014c2 Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Thu, 18 Jul 2024 15:52:17 -0600 Subject: [PATCH] update css (#20) --- 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 1099a7b..6f166b2 100644 --- a/src/stories/button.css +++ b/src/stories/button.css @@ -9,7 +9,7 @@ } .storybook-button--primary { color: white; - background-color: rgb(240, 50, 50); + background-color: rgb(122, 76, 76); } .storybook-button--secondary { color: #333;