@pie-players/pie-theme 0.3.57 → 0.3.59

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.
@@ -900,7 +900,7 @@ table {
900
900
  display: inline-flex;
901
901
  align-items: center;
902
902
  justify-content: center;
903
- color: var(--pie-border-gray, #666);
903
+ color: var(--pie-answer-eliminator-toggle-color, #8c8c8c);
904
904
  transition: all 0.2s ease;
905
905
  z-index: 10;
906
906
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-theme",
3
- "version": "0.3.57",
3
+ "version": "0.3.59",
4
4
  "type": "module",
5
5
  "description": "Shared PIE theme tokens, css variables, and theme custom element",
6
6
  "license": "MIT",