diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b414ca98..e969eaa6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Fixed contrast on buttons border color in compliance with AA standard [#1817](https://github.com/bigcommerce/cornerstone/pull/1817) - Fixed contrast on carousel arrows input according to AA standard [#1814](https://github.com/bigcommerce/cornerstone/pull/1814) - Fixed contrast on product ratings according to AA standard [#1799](https://github.com/bigcommerce/cornerstone/pull/1799) - Fixed contrast on email address input according to AA standard [#1804](https://github.com/bigcommerce/cornerstone/pull/1804) diff --git a/config.json b/config.json index 0069a5c20e..1ff71be25c 100644 --- a/config.json +++ b/config.json @@ -150,8 +150,8 @@ "button--default-color": "#666666", "button--default-colorHover": "#333333", "button--default-colorActive": "#000000", - "button--default-borderColor": "#cccccc", - "button--default-borderColorHover": "#999999", + "button--default-borderColor": "#8F8F8F", + "button--default-borderColorHover": "#474747", "button--default-borderColorActive": "#757575", "button--primary-color": "#ffffff", "button--primary-colorHover": "#ffffff", @@ -440,7 +440,7 @@ "button--default-color": "#cccccc", "button--default-colorHover": "#ffffff", "button--default-colorActive": "#ffffff", - "button--default-borderColor": "#757575", + "button--default-borderColor": "#999999", "button--default-borderColorHover": "#cccccc", "button--default-borderColorActive": "#aaaaaa", "button--primary-color": "#333333", @@ -644,8 +644,8 @@ "button--default-color": "#74685c", "button--default-colorHover": "#4f3f2f", "button--default-colorActive": "#917052", - "button--default-borderColor": "#ccbdae", - "button--default-borderColorHover": "#917052", + "button--default-borderColor": "#A18568", + "button--default-borderColorHover": "#765B42", "button--default-borderColorActive": "#917052", "button--primary-color": "#ffffff", "button--primary-colorHover": "#ffffff",