From 9e73f85b422428f2dfbc6c5419bb2b020ea3de2b Mon Sep 17 00:00:00 2001 From: ethriel3695 Date: Thu, 18 Jul 2024 14:59:13 -0600 Subject: [PATCH] update css --- 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;