sud-ui 0.3.7 → 0.3.8
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -643,7 +643,7 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
|
|
|
643
643
|
},
|
|
644
644
|
body: {
|
|
645
645
|
backgroundColor: "white-10",
|
|
646
|
-
color: "black-
|
|
646
|
+
color: "black-8"
|
|
647
647
|
},
|
|
648
648
|
typography: {
|
|
649
649
|
fontSize: {
|
|
@@ -862,8 +862,8 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
|
|
|
862
862
|
...N1,
|
|
863
863
|
colors: H2(N1.colors),
|
|
864
864
|
body: {
|
|
865
|
-
backgroundColor: "black-
|
|
866
|
-
color: "white-
|
|
865
|
+
backgroundColor: "black-8",
|
|
866
|
+
color: "white-2"
|
|
867
867
|
},
|
|
868
868
|
shadows: {
|
|
869
869
|
none: "none",
|