@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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -5391,8 +5391,8 @@ const ui = ii(), si = new RegExp(tt, "gi"), di = new RegExp(
|
|
|
5391
5391
|
}
|
|
5392
5392
|
.mention {
|
|
5393
5393
|
border-radius: var(--radii-md);
|
|
5394
|
-
background-color: var(--color-
|
|
5395
|
-
border: 1px solid var(--color-
|
|
5394
|
+
background-color: light-dark(var(--color-yellow50), var(--color-yellow600));
|
|
5395
|
+
border: 1px solid light-dark(var(--color-yellow50), var(--color-yellow600));
|
|
5396
5396
|
color: var(--color-primary-text-on-light);
|
|
5397
5397
|
font-weight: 400;
|
|
5398
5398
|
|