mod-base 1.0.68-beta.4 → 1.0.68-beta.5

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.68-beta.4",
3
+ "version": "1.0.68-beta.5",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -1080,7 +1080,9 @@ $contact-us-blue-light: #8498E7;
1080
1080
  color: $reviews-card-inactive-verified-color;
1081
1081
  }
1082
1082
 
1083
- .star-rating__text,
1083
+ .star-rating__text {
1084
+ color: $reviews-card-inactive-text-color;
1085
+ }
1084
1086
  .star-rating__icons .stars .stars-filled {
1085
1087
  color: $reviews-card-inactive-star-color;
1086
1088
  }