💄(react) adjust checkbox and radio borders and colors

Based on a QA feedback.
This commit is contained in:
Nathan Vasse
2023-09-07 14:30:43 +02:00
committed by NathanVss
parent dce90eafb4
commit cdace69482
6 changed files with 7 additions and 6 deletions

View File

@@ -19,6 +19,7 @@
box-sizing: border-box;
border-style: solid;
border-color: transparent;
border-width: 1px;
// To automatically align the checkbox to the left side.
margin-left: -1 * $padding;
cursor: pointer;