@ship-ui/core 0.15.3 → 0.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/package.json
CHANGED
|
@@ -145,7 +145,7 @@ $shipSheet: true !default;
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
&.flat {
|
|
148
|
-
--sheet-c:
|
|
148
|
+
--sheet-c: #fff;
|
|
149
149
|
--sheet-ic: #fff;
|
|
150
150
|
--sheet-bg: var(--base-8);
|
|
151
151
|
|
|
@@ -178,7 +178,7 @@ $shipSheet: true !default;
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
&.raised {
|
|
181
|
-
--sheet-c:
|
|
181
|
+
--sheet-c: #fff;
|
|
182
182
|
--sheet-ic: #fff;
|
|
183
183
|
--sheet-bg: var(--base-g6);
|
|
184
184
|
|