@canopy-iiif/app 1.5.11 → 1.5.12

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.5.11",
3
+ "version": "1.5.12",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -4315,7 +4315,7 @@ function DocsCodeBlock(props = {}) {
4315
4315
  padding: "0.2rem 0.55rem",
4316
4316
  fontSize: "0.7rem",
4317
4317
  fontWeight: 500,
4318
- color: "var(--color-accent-700, #1d4ed8)",
4318
+ color: "var(--color-accent-default)",
4319
4319
  cursor: "pointer"
4320
4320
  }
4321
4321
  },