@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
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 {
|