@sonardigital/carbon-ui 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonardigital/carbon-ui",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -57,7 +57,7 @@ export function FormBox<T>({
57
57
  };
58
58
 
59
59
  return (
60
- <Stack sx={{ position: 'relative' }}>
60
+ <Stack sx={{ position: 'relative', cursor: 'pointer' }}>
61
61
  {isChecked && (
62
62
  <Grow in={true} timeout={250}>
63
63
  <CheckCircleIcon
@@ -36,7 +36,6 @@ export function FormBoxes<T>({
36
36
  <Grid
37
37
  key={i}
38
38
  size={{ xs: 6, sm: 4, md: 3, ...option.size }}
39
- sx={{ cursor: 'pointer' }}
40
39
  >
41
40
  <FormBox
42
41
  name={name}