@madie/madie-design-system 1.2.2 → 1.2.4

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": "@madie/madie-design-system",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "Shared style guide across the Madie program.",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "https://github.com/MeasureAuthoringTool/madie-design-system",
@@ -71,7 +71,7 @@
71
71
  // Secondary Button
72
72
  &.qpp-c-button--secondary {
73
73
  background-color: $white;
74
- border: 2px solid $gray-10;
74
+ border: 2px solid #8c8c8c;
75
75
  color: $gray-80;
76
76
  font-size: $font-size-14;
77
77
 
@@ -273,7 +273,7 @@
273
273
  &.qpp-c-button--outline-secondary {
274
274
  background-color: transparent;
275
275
  color: $gray-90;
276
- border: 1px solid $gray-20;
276
+ border: 1px solid #8c8c8c;
277
277
 
278
278
  &:disabled,
279
279
  &.qpp-c-button--disabled {