From a6173d5fb64a430d219d73690bd3307426018e77 Mon Sep 17 00:00:00 2001 From: Martina Date: Wed, 4 Aug 2021 17:25:16 -0700 Subject: [PATCH] tweak the checkbox border color to match the object border color --- components/system/components/CheckBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/system/components/CheckBox.js b/components/system/components/CheckBox.js index 6f425164..9e08361d 100644 --- a/components/system/components/CheckBox.js +++ b/components/system/components/CheckBox.js @@ -17,7 +17,7 @@ const STYLES_CHECKBOX = css` const STYLES_CHECKBOX_FIGURE = css` box-sizing: border-box; - box-shadow: 0 0 0 1px ${Constants.semantic.borderGrayLight}; + box-shadow: 0 0 0 1px ${Constants.system.grayLight4}; background-color: ${Constants.system.white}; border-radius: 4px; display: inline-flex;