@sonardigital/carbon-ui 1.1.26 → 1.1.28

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.1.26",
3
+ "version": "1.1.28",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -10,7 +10,7 @@ export function FormLabel({
10
10
  }): React.ReactElement {
11
11
  return (
12
12
  <Stack width="100%" gap={0.5}>
13
- <Typography variant="body1" fontWeight={500}>
13
+ <Typography variant="body2" fontWeight={400}>
14
14
  {label}
15
15
  </Typography>
16
16
  {children}
@@ -253,7 +253,7 @@ export const components: Components<Omit<Theme, 'components' | 'palette'> & CssV
253
253
  defaultProps: {
254
254
  disableRipple: true,
255
255
  sx: {
256
- borderRadius,
256
+ borderRadius: 100,
257
257
  ':hover': {
258
258
  backgroundColor: 'grey.100',
259
259
  },