Skip to content

Commit

Permalink
update button stories color (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed Mar 5, 2024
1 parent f68e90a commit 6b7c330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/button.css
Expand Up @@ -9,7 +9,7 @@
}
.storybook-button--primary {
color: white;
background-color: gray;
background-color: rgb(240, 50, 50);
}
.storybook-button--secondary {
color: #333;
Expand Down

0 comments on commit 6b7c330

Please sign in to comment.