@7shifts/sous-chef 3.45.2 → 3.45.3
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.css +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1810,7 +1810,7 @@ h5._32amZ {
|
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
1812
|
._2Gjlw td {
|
|
1813
|
-
background-color: var(--color-
|
|
1813
|
+
background-color: var(--color-blackberry-100);
|
|
1814
1814
|
}
|
|
1815
1815
|
._13W8D {
|
|
1816
1816
|
white-space: nowrap;
|
|
@@ -3071,8 +3071,8 @@ input:focus-visible + ._W4HpY {
|
|
|
3071
3071
|
position: absolute;
|
|
3072
3072
|
}
|
|
3073
3073
|
input:checked ~ ._3mCob {
|
|
3074
|
-
border-color: var(--color-
|
|
3075
|
-
box-shadow: 0 0 8px var(--color-
|
|
3074
|
+
border-color: var(--color-blackberry-300);
|
|
3075
|
+
box-shadow: 0 0 8px var(--color-blackberry-300);
|
|
3076
3076
|
cursor: default;
|
|
3077
3077
|
}
|
|
3078
3078
|
._3mCob {
|
package/dist/index.js
CHANGED
|
@@ -7216,7 +7216,7 @@ var DropdownListItem = function DropdownListItem(_ref) {
|
|
|
7216
7216
|
};
|
|
7217
7217
|
var getCaptionColor = function getCaptionColor() {
|
|
7218
7218
|
if (selected) {
|
|
7219
|
-
return '
|
|
7219
|
+
return 'blackberry-500';
|
|
7220
7220
|
}
|
|
7221
7221
|
if (disabled) {
|
|
7222
7222
|
return 'grey-400';
|