diff --git a/frontend/projects/shared-meet-components/src/lib/pages/console/config/config.component.html b/frontend/projects/shared-meet-components/src/lib/pages/console/config/config.component.html index f1918a9..9350556 100644 --- a/frontend/projects/shared-meet-components/src/lib/pages/console/config/config.component.html +++ b/frontend/projects/shared-meet-components/src/lib/pages/console/config/config.component.html @@ -2,9 +2,9 @@ @if (isLoading()) { @@ -13,9 +13,9 @@
settings -

Loading theme configuration

+

Loading visual settings

-

Please wait while we fetch your theme settings...

+

We're preparing your customization options...

@@ -31,8 +31,8 @@
palette
- Appearance - Configure custom appearance for your rooms + Visual Theme + Create a custom theme that represents your brand and style @@ -40,10 +40,10 @@

Custom Theme

- Enable custom theme + Use my own visual design
@@ -52,12 +52,12 @@ @if (isThemeEnabled) {
-

Base Theme

+

Background Style

- Select the foundation theme for your custom appearance. + Choose whether you prefer a light or dark background as the starting point for your customization.

- Base Theme + Background style @for (theme of baseThemeOptions; track theme) { @@ -66,7 +66,7 @@ } @if (appearanceForm.get('baseTheme')?.hasError('required')) { - Base theme is required + Please select a background style }
@@ -75,7 +75,7 @@

Color Customization

- Customize the colors of your theme. Click on any color to modify it. + Click on any color to change it and adapt it to your brand or preferences.

@for (colorConfig of colorFields; track colorConfig.key) { @@ -113,7 +113,7 @@ [disabled]="appearanceForm.invalid || !hasChanges()" > save - Save Theme Configuration + Save Changes