@datarobot/design-system 29.7.13 → 29.7.15

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": "@datarobot/design-system",
3
- "version": "29.7.13",
3
+ "version": "29.7.15",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -10972,7 +10972,8 @@ code.hljs {
10972
10972
  border-radius: var(--pill-border-radius);
10973
10973
  outline: none;
10974
10974
  }
10975
- .pill > * {
10975
+ .pill > *,
10976
+ .pill code {
10976
10977
  color: inherit;
10977
10978
  }
10978
10979
  button.pill {