@blockscout/ui-toolkit 2.6.2 → 2.7.0-alpha.1
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.
|
@@ -1305,7 +1305,7 @@ export declare const slotRecipes: {
|
|
|
1305
1305
|
true: {
|
|
1306
1306
|
label: {
|
|
1307
1307
|
pos: "absolute";
|
|
1308
|
-
bg: "bg";
|
|
1308
|
+
bg: "bg.primary";
|
|
1309
1309
|
top: "2px";
|
|
1310
1310
|
left: "2px";
|
|
1311
1311
|
color: "input.placeholder";
|
|
@@ -1930,7 +1930,7 @@ export declare const slotRecipes: {
|
|
|
1930
1930
|
borderColor: "border.divider";
|
|
1931
1931
|
};
|
|
1932
1932
|
row: {
|
|
1933
|
-
bg: "bg";
|
|
1933
|
+
bg: "bg.primary";
|
|
1934
1934
|
};
|
|
1935
1935
|
};
|
|
1936
1936
|
};
|
package/package.json
CHANGED