@oxide/design-system 2.1.1--canary.d28255d.0 → 2.1.1--canary.8b446f3.0

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.
@@ -366,6 +366,10 @@
366
366
  @apply my-[1.5rem] flex px-3 py-3;
367
367
  }
368
368
 
369
+ .admonition-content p {
370
+ @apply text-[currentColor];
371
+ }
372
+
369
373
  .admonitionblock a {
370
374
  text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
371
375
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.1.1--canary.d28255d.0",
3
+ "version": "2.1.1--canary.8b446f3.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,