fix: keep page shells transparent

This commit is contained in:
2026-07-19 19:52:14 +05:30
parent ca8f746f41
commit eaea2c5f72
57 changed files with 99 additions and 87 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/ui",
"version": "0.2.59",
"version": "0.2.60",
"type": "module",
"description": "@wrnexus/ui — part of the WrNexus framework.",
"license": "MIT",
@@ -25,7 +25,7 @@
"./ui.css": "./ui.css"
},
"dependencies": {
"@wrnexus/core": "^0.2.59"
"@wrnexus/core": "^0.2.60"
},
"files": [
"dist",
-1
View File
@@ -780,7 +780,6 @@
width: 100%;
min-width: 0;
color: var(--wire-color-text);
background: var(--wire-color-bg);
}
.wire-page-shell--marketing,
.wire-page-shell--product {