@campxdev/shared 1.7.4 → 1.7.5

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": "@campxdev/shared",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -36,6 +36,7 @@ export default function FormRadioGroup({
36
36
  options={options}
37
37
  value={field.value}
38
38
  onChange={field.onChange}
39
+ error={error ? true : false}
39
40
  {...rest}
40
41
  />
41
42
  </Box>
@@ -314,7 +314,7 @@ const muiTheme = createTheme({
314
314
  fontWeight: 600,
315
315
  textAlign: 'right',
316
316
  right: 0,
317
- bottom: -32,
317
+ bottom: -26,
318
318
  },
319
319
  },
320
320
  },