@iris.interactive/handcook 8.0.8-beta.1 → 8.0.9-beta.1

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.
@@ -386,9 +386,9 @@ $secondary-button-background-color-hover--force: var(--iris--secondary-button--b
386
386
 
387
387
  // Generic Button
388
388
  $generic-button-color: var(--iris--generic-button--color, #fff);
389
- $generic-button-background-color: var(--iris--generic-button--background-color, $button-background-color--force);
389
+ $generic-button-background-color: var(--iris--generic-button--background-color, var(--iris--button--border-color, var(--iris--button--background-color, #000)));
390
390
  $generic-button-color-hover: var(--iris--generic-button--color-hover, #fff);
391
- $generic-button-background-color-hover: var(--iris--generic-button--background-color-hover, $button-background-color-hover--force);
391
+ $generic-button-background-color-hover: var(--iris--generic-button--background-color-hover, var(--iris--button--border-color-hover, var(--iris--button--background-color-hover, #000)));
392
392
 
393
393
  // Tags
394
394
  $tag-padding-top: var(--iris--tag--padding-top);