@justfixnyc/component-library 0.54.6 → 0.54.7

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.
@@ -649,7 +649,7 @@
649
649
  flex-grow: 1;
650
650
  white-space: nowrap;
651
651
  border-radius: 6px;
652
- border: 1px solid #c5ccd1;
652
+ border: 1px solid #242323;
653
653
  background: #faf8f4;
654
654
  padding: 0.75rem;
655
655
  cursor: pointer;
@@ -659,10 +659,10 @@
659
659
  padding: 0.6875rem;
660
660
  }
661
661
  .jfcl-select-button__label:hover {
662
- background-color: #ffffff;
662
+ background-color: #efe9dc;
663
663
  }
664
664
  .jfcl-select-button__label:active {
665
- background-color: #ebece8;
665
+ background-color: #edf3ff;
666
666
  }
667
667
 
668
668
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
@@ -649,7 +649,7 @@
649
649
  flex-grow: 1;
650
650
  white-space: nowrap;
651
651
  border-radius: 6px;
652
- border: 1px solid #c5ccd1;
652
+ border: 1px solid #242323;
653
653
  background: #faf8f4;
654
654
  padding: 0.75rem;
655
655
  cursor: pointer;
@@ -659,10 +659,10 @@
659
659
  padding: 0.6875rem;
660
660
  }
661
661
  .jfcl-select-button__label:hover {
662
- background-color: #ffffff;
662
+ background-color: #efe9dc;
663
663
  }
664
664
  .jfcl-select-button__label:active {
665
- background-color: #ebece8;
665
+ background-color: #edf3ff;
666
666
  }
667
667
 
668
668
  .jfcl-select-button__input:checked + .jfcl-select-button__label {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.54.6",
5
+ "version": "0.54.7",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.es.js",
8
8
  "files": [