orc-shared 5.99.0-dev.2 → 5.99.0-dev.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.
@@ -36,7 +36,7 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
36
36
  label: {
37
37
  fontSize: theme.typography.h2Size,
38
38
  fontFamily: theme.typography.fontFamily,
39
- fontWeight: theme.typography.fontWeightMedium
39
+ fontWeight: theme.typography.fontWeightRegular
40
40
  }
41
41
  };
42
42
  });
@@ -57,7 +57,7 @@ var commonTheme = {
57
57
  fontWeightBlack: 900,
58
58
  button: {
59
59
  fontFamily: '"Roboto Condensed", sans-serif',
60
- fontWeight: 500,
60
+ fontWeight: 400,
61
61
  fontSize: 13,
62
62
  lineHeight: 1.0,
63
63
  letterSpacing: "0.0em",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orc-shared",
3
- "version": "5.99.0-dev.2",
3
+ "version": "5.99.0-dev.3",
4
4
  "description": "Shared code for Orckestra applications",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
@@ -17,7 +17,7 @@ const useStyles = makeStyles(theme => ({
17
17
  label: {
18
18
  fontSize: theme.typography.h2Size,
19
19
  fontFamily: theme.typography.fontFamily,
20
- fontWeight: theme.typography.fontWeightMedium,
20
+ fontWeight: theme.typography.fontWeightRegular,
21
21
  },
22
22
  }));
23
23
 
@@ -35,7 +35,7 @@ const commonTheme = {
35
35
  fontWeightBlack: 900,
36
36
  button: {
37
37
  fontFamily: '"Roboto Condensed", sans-serif',
38
- fontWeight: 500,
38
+ fontWeight: 400,
39
39
  fontSize: 13,
40
40
  lineHeight: 1.0,
41
41
  letterSpacing: "0.0em",