Skip to content

Commit

Permalink
fix checkbox field indeterminate and outline size
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed May 9, 2024
1 parent bd1dbea commit f53ec4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/src/atoms/CheckboxField/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function CheckboxField(props: CheckboxFieldProps): JSX.Element {
justifyContent={JUSTIFY_CENTER}
borderRadius={BORDERS.borderRadius2}
backgroundColor={COLORS.grey30}
size={SIZE_1}
size="1.25rem"
>
<Box
height="1.5px"
Expand Down
2 changes: 1 addition & 1 deletion components/src/icons/icon-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const ICON_DATA_BY_NAME = {
'checkbox-blank-outline': {
path:
'M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5h14z',
viewBox: '0 0 24 24',
viewBox: '3 3 18 18',
},
'checkbox-marked': {
path:
Expand Down

0 comments on commit f53ec4e

Please sign in to comment.