mod-base 1.0.65-beta.5 → 1.0.65-beta.6

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": "mod-base",
3
- "version": "1.0.65-beta.5",
3
+ "version": "1.0.65-beta.6",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -61,7 +61,7 @@ $contact-us-blue-light: #8498E7;
61
61
  $radio-btn-checked-border-color: null,
62
62
  $radio-btn-checked-icon-background-color: null,
63
63
  $radio-btn-checked-icon-color: $color-grey-300,
64
- $radio-btn-checked-text-color: $color-grey-300,
64
+ $radio-btn-checked-text-color: $color-white,
65
65
  $radio-btn-hover-background-color: $radio-btn-background-color,
66
66
  $radio-btn-hover-border-color: $radio-btn-border-color,
67
67
  $radio-btn-hover-icon-background-color: null,
@@ -236,10 +236,10 @@ $contact-us-blue-light: #8498E7;
236
236
  .secure-text,
237
237
  .step__secure-text,
238
238
  .modal-subtitle {
239
- color: $color-grey-500;
239
+ color: $color-grey-300;
240
240
 
241
241
  svg {
242
- fill: $color-grey-500;
242
+ fill: $color-grey-300;
243
243
  }
244
244
  }
245
245