tweak the checkbox border color to match the object border color

This commit is contained in:
Martina 2021-08-04 17:25:16 -07:00
parent 322f8f4969
commit a6173d5fb6

View File

@ -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;