From 4bb444ffe551e4938f9bc6c66130c8c0d67acf81 Mon Sep 17 00:00:00 2001 From: aybeedee Date: Wed, 4 Oct 2023 23:31:34 +0500 Subject: [PATCH] fix(storybook): sufficient color contrast set in custom class button example --- .storybook/custom-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/custom-styles.scss b/.storybook/custom-styles.scss index 937502af1f..42071df8c0 100644 --- a/.storybook/custom-styles.scss +++ b/.storybook/custom-styles.scss @@ -3,7 +3,7 @@ // Add custom styles for storybook implementation .custom-class { - background: #fa9441; + background: #bf5906; } .usa-color-text-visited {