@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
package/src/components/Chips.tsx
CHANGED
package/src/theme/muiTheme.ts
CHANGED
|
@@ -219,7 +219,7 @@ const muiTheme = createTheme({
|
|
|
219
219
|
styleOverrides: {
|
|
220
220
|
root: {
|
|
221
221
|
fontFamily: PRIMARY_FONT,
|
|
222
|
-
fontWeight:
|
|
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:
|
|
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:
|
|
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:
|
|
565
|
+
fontWeight: 500,
|
|
566
566
|
fontSize: '14px',
|
|
567
567
|
},
|
|
568
568
|
},
|