@campxdev/shared 1.5.2 → 1.5.3

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.2",
3
+ "version": "1.5.3",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -166,13 +166,13 @@ const muiTheme = createTheme({
166
166
  fontWeight: 600,
167
167
  },
168
168
  subtitle1: {
169
- fontSize: '12px',
170
- fontWeight: 400,
171
- color: '#959595',
169
+ fontSize: '14px',
170
+ fontWeight: 600,
171
+ color: '#121212b3',
172
172
  },
173
173
  subtitle2: {
174
174
  fontSize: '13px',
175
- fontWeight: 400,
175
+ fontWeight: 600,
176
176
  color: '#959595',
177
177
  },
178
178
  },