Fix the timing/loading issues with branding when navigating the site
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="flex flex-row">
|
||||
|
||||
<div class="px-4"
|
||||
:style="{ backgroundColor: brandingStore.value.colors.primary, color: brandingStore.value.colors.onPrimary}">
|
||||
:style="{ backgroundColor: brandingStore.colors.primary, color: brandingStore.colors.onPrimary}">
|
||||
<h1>TEST</h1>
|
||||
<p>GET ME AN EDITOR NOW!</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user