diff --git a/apps/proxy/src/app/features/create-feature/create-feature.component.html b/apps/proxy/src/app/features/create-feature/create-feature.component.html
index 86396658..45197411 100644
--- a/apps/proxy/src/app/features/create-feature/create-feature.component.html
+++ b/apps/proxy/src/app/features/create-feature/create-feature.component.html
@@ -124,28 +124,7 @@
Add New Blocks
- Branding
-
-
-
-
-
-
-
-
-
-
Authorization Setup
@@ -173,6 +152,27 @@
Add New Blocks
+
+ Branding
+
+
+
+
+
+
+
+
+
+
@@ -478,7 +478,7 @@ Add New Blocks
*ngTemplateOutlet="
inputField;
context: {
- fieldControl: featureForm.get('authorizationDetails.redirect_url'),
+ fieldControl: featureForm.get('primaryDetails.redirect_url'),
fieldConfig: {
label: 'Redirect URL',
is_required: true,
@@ -779,9 +779,7 @@ {{ getSelectedServiceName() }}
class="auth-credentials px-3 width-md-350 w-md-50 border rounded-8 ml-3"
[class.bg-dark]="featureForm.get('brandingDetails.theme')?.value === 'dark'"
style="max-height: 650px"
- [style.--branding-primary-color]="
- featureForm.get('brandingDetails.primary_color')?.value || getDefaultPrimaryColor()
- "
+ [style.--branding-primary-color]="getEffectivePrimaryColor()"
[style.--branding-button-color]="featureForm.get('brandingDetails.button_color')?.value || '#19E6CE'"
[style.--branding-button-text-color]="featureForm.get('brandingDetails.button_text_color')?.value || '#000000'"
[style.--branding-button-hover-color]="
@@ -793,17 +791,15 @@ {{ getSelectedServiceName() }}
![Logo]()
-
+
{{ featureForm.get('brandingDetails.title')?.value }}
@@ -845,7 +841,7 @@ {{ getSelectedServiceName() }}
Are you a new user?
{{ featureForm.get('brandingDetails.sign_up_button_text')?.value }}
@@ -906,10 +902,7 @@
{{ getSelectedServiceName() }}
[class.text-secondary]="featureForm.get('brandingDetails.theme')?.value === 'dark'"
style="white-space: nowrap"
[class.bg-dark]="featureForm.get('brandingDetails.theme')?.value === 'dark'"
- [style.color]="
- (featureForm.get('brandingDetails.primary_color')?.value || getDefaultPrimaryColor()) +
- ' !important'
- "
+ [style.color]="getEffectivePrimaryColor() + ' !important'"
>Or continue with
@@ -1999,13 +1992,21 @@ Taxes
Enter URL
- Upload file
+
+ Upload file
+ info
+
@@ -2025,13 +2026,21 @@ Taxes
hidden
(change)="onBrandingLogoFileSelected($event)"
/>
-