@brightspace-ui/core 1.201.0 → 1.201.1

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 CountBadgeMixin = superclass => class extends LocalizeCoreElement(S
120
120
 
121
121
  :host([type="count"]) .d2l-count-badge-number {
122
122
  background-color: var(--d2l-color-gypsum);
123
- color: var(--d2l-color-tungsten);
123
+ color: var(--d2l-color-ferrite);
124
124
  }
125
125
 
126
126
  :host([size="small"]) .d2l-count-badge-number {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "1.201.0",
3
+ "version": "1.201.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "repository": "https://github.com/BrightspaceUI/core.git",
6
6
  "publishConfig": {