@primer/components 0.0.0-202191413037 → 0.0.0-202191502023

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.
@@ -258,7 +258,7 @@ const Item = /*#__PURE__*/_react.default.forwardRef((itemProps, ref) => {
258
258
  readOnly: true,
259
259
  "aria-readonly": "false"
260
260
  })) : selected && /*#__PURE__*/_react.default.createElement(_octiconsReact.CheckIcon, {
261
- fill: theme === null || theme === void 0 ? void 0 : theme.colors.text.primary
261
+ fill: theme === null || theme === void 0 ? void 0 : theme.colors.fg.default
262
262
  })), LeadingVisual && /*#__PURE__*/_react.default.createElement(LeadingVisualContainer, {
263
263
  variant: variant,
264
264
  disabled: disabled
@@ -225,7 +225,7 @@ export const Item = /*#__PURE__*/React.forwardRef((itemProps, ref) => {
225
225
  readOnly: true,
226
226
  "aria-readonly": "false"
227
227
  })) : selected && /*#__PURE__*/React.createElement(CheckIcon, {
228
- fill: theme === null || theme === void 0 ? void 0 : theme.colors.text.primary
228
+ fill: theme === null || theme === void 0 ? void 0 : theme.colors.fg.default
229
229
  })), LeadingVisual && /*#__PURE__*/React.createElement(LeadingVisualContainer, {
230
230
  variant: variant,
231
231
  disabled: disabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-202191413037",
3
+ "version": "0.0.0-202191502023",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",