@shwfed/nuxt 0.1.53 → 0.1.55
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/module.json
CHANGED
|
@@ -24,7 +24,8 @@ const { t } = useI18n();
|
|
|
24
24
|
useHead({
|
|
25
25
|
bodyAttrs: {
|
|
26
26
|
style: {
|
|
27
|
-
"--primary": "#2DA8BC"
|
|
27
|
+
"--primary": "#2DA8BC",
|
|
28
|
+
"--workspace": "#FFFFFF"
|
|
28
29
|
}
|
|
29
30
|
}
|
|
30
31
|
});
|
|
@@ -669,7 +670,7 @@ useHead({
|
|
|
669
670
|
</button>
|
|
670
671
|
</div>
|
|
671
672
|
</nav>
|
|
672
|
-
<main class="m-2 flex-1 p-1 bg-
|
|
673
|
+
<main class="m-2 flex-1 p-1 bg-(--workspace) border border-zinc-100 rounded overflow-hidden">
|
|
673
674
|
<slot />
|
|
674
675
|
</main>
|
|
675
676
|
</main>
|