wysimark-lite 0.25.13 → 0.25.14
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.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -2851,6 +2851,7 @@ var $Panel = styled4(SinkReset)`
|
|
|
2851
2851
|
filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
|
|
2852
2852
|
drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
|
|
2853
2853
|
background: white;
|
|
2854
|
+
color: #333;
|
|
2854
2855
|
/**
|
|
2855
2856
|
* If you are tempted to add the transitions back in, here's why we left
|
|
2856
2857
|
* them off:
|