@happeouikit/content-renderer 3.2.22 → 3.2.23

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/dist/index.cjs.js CHANGED
@@ -235,8 +235,8 @@
235
235
  }
236
236
  .mention {
237
237
  border-radius: var(--radii-md);
238
- background-color: var(--color-warning-lighten80);
239
- border: 1px solid var(--color-warning-lighten80);
238
+ background-color: light-dark(var(--color-yellow50), var(--color-yellow600));
239
+ border: 1px solid light-dark(var(--color-yellow50), var(--color-yellow600));
240
240
  color: var(--color-primary-text-on-light);
241
241
  font-weight: 400;
242
242