@dialpad/dialtone 6.23.1 → 6.23.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [6.23.2](https://github.com/dialpad/dialtone/compare/v6.23.1...v6.23.2) (2022-04-20)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **button:** add removed font color on hover state ([#570](https://github.com/dialpad/dialtone/issues/570)) ([9214dfa](https://github.com/dialpad/dialtone/commit/9214dfa21069f9e59dbb058edbcd345745ad6c7a))
7
+
1
8
  ## [6.23.1](https://github.com/dialpad/dialtone/compare/v6.23.0...v6.23.1) (2022-04-19)
2
9
 
3
10
 
@@ -340,6 +340,7 @@
340
340
  --button--bgc: var(--error-color);
341
341
 
342
342
  &:hover {
343
+ --button--fc: var(--white);
343
344
  --button--bgc: hsl(var(--red-500-h), var(--red-500-s), 40%);
344
345
  }
345
346
 
@@ -908,6 +908,7 @@ body {
908
908
  --button--bgc: var(--error-color);
909
909
  }
910
910
  .d-btn--danger.d-btn--primary:hover {
911
+ --button--fc: var(--white);
911
912
  --button--bgc: hsl(var(--red-500-h), var(--red-500-s), 40%);
912
913
  }
913
914
  .d-btn--danger.d-btn--primary:active,