diff --git a/apps/showcase/components/layout/AppDesigner.vue b/apps/showcase/components/layout/AppDesigner.vue index 1cdf3533e..2b97a7a0d 100644 --- a/apps/showcase/components/layout/AppDesigner.vue +++ b/apps/showcase/components/layout/AppDesigner.vue @@ -226,7 +226,6 @@ export default { usePreset(this.$appState.designer.theme.preset); this.applyFont(this.$appState.designer.theme.config.font_family); document.documentElement.style.fontSize = this.$appState.designer.theme.config.font_size; - this.replaceColorPalette(); this.refreshACTokens(); }, getCookie(name) { diff --git a/apps/showcase/components/layout/designer/dashboard/DesignDashboard.vue b/apps/showcase/components/layout/designer/dashboard/DesignDashboard.vue index db8ebccb1..dc16560f0 100644 --- a/apps/showcase/components/layout/designer/dashboard/DesignDashboard.vue +++ b/apps/showcase/components/layout/designer/dashboard/DesignDashboard.vue @@ -40,7 +40,7 @@ ]" @click="openNewTheme" > - +