@canopy-iiif/app 1.9.2 → 1.9.3

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.9.2",
3
+ "version": "1.9.3",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -29,6 +29,7 @@
29
29
  }
30
30
  } @else if $variant == "secondary" {
31
31
  border-color: var(--color-gray-400);
32
+ background-color: var(--color-gray-50);
32
33
  color: var(--color-gray-900);
33
34
 
34
35
  &:hover,
@@ -196,6 +196,7 @@ section[data-footnotes] ul li,
196
196
  }
197
197
  .canopy-button--secondary {
198
198
  border-color: var(--color-gray-400);
199
+ background-color: var(--color-gray-50);
199
200
  color: var(--color-gray-900);
200
201
  }
201
202
  .canopy-button--secondary:hover, .canopy-button--secondary:focus-visible {