From 9049221aada233c7507c8dbfaaa8d831a18eeaba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:39:58 +0300 Subject: [PATCH 1/2] appconfigurator | update host class --- src/app/layout/core/app.configurator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout/core/app.configurator.ts b/src/app/layout/core/app.configurator.ts index cf90bd7..4852c77 100644 --- a/src/app/layout/core/app.configurator.ts +++ b/src/app/layout/core/app.configurator.ts @@ -88,7 +88,7 @@ declare type SurfacesType = { `, host: { - class: 'hidden absolute top-[3.25rem] right-0 w-64 p-4 bg-surface-0 dark:bg-surface-900 border border-surface rounded-border origin-top shadow-[0px_3px_5px_rgba(0,0,0,0.02),0px_0px_2px_rgba(0,0,0,0.05),0px_1px_4px_rgba(0,0,0,0.08)]' + class: 'hidden absolute top-[3.25rem] right-0 w-72 p-4 bg-surface-0 dark:bg-surface-900 border border-surface rounded-border origin-top shadow-[0px_3px_5px_rgba(0,0,0,0.02),0px_0px_2px_rgba(0,0,0,0.05),0px_1px_4px_rgba(0,0,0,0.08)]' } }) export class AppConfigurator { From 817d5b0cc05e92bea32075aa9d260e47bddaf9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:52:07 +0300 Subject: [PATCH 2/2] appconfigurator | update color & surface styles --- src/app/layout/core/app.configurator.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout/core/app.configurator.ts b/src/app/layout/core/app.configurator.ts index 4852c77..233b95e 100644 --- a/src/app/layout/core/app.configurator.ts +++ b/src/app/layout/core/app.configurator.ts @@ -45,7 +45,7 @@ declare type SurfacesType = {
Primary -
+
@for (primaryColor of primaryColors(); track primaryColor.name) {