@campxdev/shared 1.5.7 → 1.5.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": "@campxdev/shared",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -76,6 +76,6 @@ const StyledChip = styled(Chip)(({ theme }) => ({
76
76
  },
77
77
  height: '40px',
78
78
  fontSize: '14px',
79
- fontWeight: 600,
79
+ fontWeight: 500,
80
80
  borderRadius: '20px',
81
81
  }))
@@ -109,7 +109,7 @@ export const customCssBaseline = `
109
109
  }
110
110
 
111
111
  .Toastify__toast {
112
- border-radius: 10px;
112
+ border-radius: 5px;
113
113
  padding: 0;
114
114
  }
115
115
 
@@ -219,7 +219,7 @@ const muiTheme = createTheme({
219
219
  styleOverrides: {
220
220
  root: {
221
221
  fontFamily: PRIMARY_FONT,
222
- fontWeight: 'normal',
222
+ fontWeight: 500,
223
223
  minHeight: '50px',
224
224
  borderRadius: '10px',
225
225
  '& input': {
@@ -441,7 +441,7 @@ const muiTheme = createTheme({
441
441
  border: borders.grayLight,
442
442
  fontFamily: PRIMARY_FONT,
443
443
  fontSize: '14px',
444
- fontWeight: 600,
444
+ fontWeight: 500,
445
445
  },
446
446
  },
447
447
  },
@@ -463,7 +463,7 @@ const muiTheme = createTheme({
463
463
  root: {
464
464
  lineHeight: '20px',
465
465
  padding: '15px',
466
- fontWeight: 600,
466
+ fontWeight: 500,
467
467
  fontFamily: PRIMARY_FONT,
468
468
  fontSize: '14px',
469
469
  '& .MuiCheckbox-root': {
@@ -562,7 +562,7 @@ const muiTheme = createTheme({
562
562
  styleOverrides: {
563
563
  root: {
564
564
  fontFamily: PRIMARY_FONT,
565
- fontWeight: 600,
565
+ fontWeight: 500,
566
566
  fontSize: '14px',
567
567
  },
568
568
  },