@common-origin/design-system 1.15.2 → 1.15.4

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/dist/index.js CHANGED
@@ -398,13 +398,13 @@ var component = {
398
398
  },
399
399
  variants: {
400
400
  secondary: {
401
- backgroundColor: "#e9ecef",
401
+ backgroundColor: "#dee2e6",
402
402
  textColor: "#212529",
403
403
  hover: {
404
- backgroundColor: "#dee2e6"
404
+ backgroundColor: "#ced4da"
405
405
  },
406
406
  active: {
407
- backgroundColor: "#f8f9fa"
407
+ backgroundColor: "#adb5bd"
408
408
  },
409
409
  disabled: {
410
410
  backgroundColor: "#dee2e6",