@xsolla/xui-core 0.181.0 → 0.182.0
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/index.js +2 -2
- package/index.js.map +1 -1
- package/index.mjs +2 -2
- package/index.mjs.map +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1220,7 +1220,7 @@ var ltg_dark_default = {
|
|
|
1220
1220
|
var blueprints_default = {
|
|
1221
1221
|
background: {
|
|
1222
1222
|
primary: "#ffffff",
|
|
1223
|
-
secondary: "
|
|
1223
|
+
secondary: "rgba(0, 0, 0, 0.1)",
|
|
1224
1224
|
brand: {
|
|
1225
1225
|
primary: "#80eaff",
|
|
1226
1226
|
secondary: "#b2f2ff"
|
|
@@ -1295,7 +1295,7 @@ var blueprints_default = {
|
|
|
1295
1295
|
},
|
|
1296
1296
|
border: {
|
|
1297
1297
|
primary: "#000000",
|
|
1298
|
-
secondary: "
|
|
1298
|
+
secondary: "#f3f3f2",
|
|
1299
1299
|
brand: "#31cae8",
|
|
1300
1300
|
brandExtra: "#5031e8",
|
|
1301
1301
|
inverse: "rgba(255, 255, 255, 0.17)",
|