mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +03:00
tweak the checkbox border color to match the object border color
This commit is contained in:
parent
322f8f4969
commit
a6173d5fb6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user