@7shifts/sous-chef 3.83.1 → 3.83.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 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -169,6 +169,7 @@
|
|
|
169
169
|
--color-blackberry-500-rgb: 28, 92, 187;
|
|
170
170
|
--color-blackberry-600: #193f78;
|
|
171
171
|
--color-blackberry-600-rgb: 25, 63, 120;
|
|
172
|
+
--color-surface-color-overlay: rgba(0, 0, 0, 0.2);
|
|
172
173
|
--color-surface-color-dim: #fafafa;
|
|
173
174
|
--color-surface-color: #fff;
|
|
174
175
|
--color-surface-on-color-disabled: #d5d5d5;
|
|
@@ -247,6 +248,7 @@
|
|
|
247
248
|
}
|
|
248
249
|
|
|
249
250
|
.theme-dark {
|
|
251
|
+
--color-surface-color-overlay: rgba(0, 0, 0, 0.5);
|
|
250
252
|
--color-surface-color-dim: #252525;
|
|
251
253
|
--color-surface-color: #323232;
|
|
252
254
|
--color-surface-on-color-disabled: #767676;
|
|
@@ -1663,7 +1665,7 @@ h5._6SgoN {
|
|
|
1663
1665
|
bottom: 0px;
|
|
1664
1666
|
left: 0px;
|
|
1665
1667
|
right: 0px;
|
|
1666
|
-
background-color:
|
|
1668
|
+
background-color: var(--color-surface-color-overlay);
|
|
1667
1669
|
display: flex;
|
|
1668
1670
|
align-items: center;
|
|
1669
1671
|
flex-direction: column;
|