@canopy-iiif/app 1.2.8 → 1.2.9
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 +1 -1
- package/ui/theme.js +0 -3
package/package.json
CHANGED
package/ui/theme.js
CHANGED
|
@@ -219,9 +219,6 @@ function toTailwindScale(name, options = {}) {
|
|
|
219
219
|
if (!value) return null;
|
|
220
220
|
scale[lvl] = value;
|
|
221
221
|
}
|
|
222
|
-
if (scale["50"] && scale["100"]) {
|
|
223
|
-
scale["50"] = mixHexColors(scale["50"], scale["100"], 0.6);
|
|
224
|
-
}
|
|
225
222
|
const saturate700 = options.saturate700 !== false;
|
|
226
223
|
if (scale["700"]) {
|
|
227
224
|
let adjusted =
|