diff --git a/src/stories/button.css b/src/stories/button.css index 827e547..1099a7b 100644 --- a/src/stories/button.css +++ b/src/stories/button.css @@ -9,7 +9,7 @@ } .storybook-button--primary { color: white; - background-color: gray; + background-color: rgb(240, 50, 50); } .storybook-button--secondary { color: #333;