@codecademy/gamut-styles 17.3.1-alpha.ac88be.0 → 17.4.0

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.
@@ -120,7 +120,7 @@ export const coreTheme = createTheme({
120
120
  colors
121
121
  } = _ref;
122
122
  return {
123
- 1: `1px solid ${colors['border-secondary']}`,
124
- 2: `2px solid ${colors['border-secondary']}`
123
+ 1: `1px solid ${colors['border-primary']}`,
124
+ 2: `2px solid ${colors['border-primary']}`
125
125
  };
126
126
  }).createScaleVariables('elements').build();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/gamut-styles",
3
3
  "description": "Styleguide & Component library for codecademy.com",
4
- "version": "17.3.1-alpha.ac88be.0",
4
+ "version": "17.4.0",
5
5
  "author": "Jake Hiller <jake@codecademy.com>",
6
6
  "dependencies": {
7
7
  "@codecademy/variance": "0.22.0",
@@ -34,5 +34,5 @@
34
34
  "scripts": {
35
35
  "build": "nx build @codecademy/gamut-styles"
36
36
  },
37
- "gitHead": "30456cfb10a58c5e229162b22029ecdff3a14ad7"
37
+ "gitHead": "c1a9e0091a1c7ac65505096fc8549a8a311f28cb"
38
38
  }