You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an agency admin, I want to set a primary color for my agency’s web app so that it aligns with our branding and provides a personalized experience for our users. By being able to define this color through a simple environment variable, I can ensure that our web app reflects our unique identity.
Add a new environment variable (e.g., APP_PRIMARY_COLOR) to manage the primary color.
Use a default color if the environment variable is not set.
Update the codebase to read and apply this color as the primary color across the app.
The text was updated successfully, but these errors were encountered:
Before I proceed with adding the APP_PRIMARY_COLOR environment variable for primary color customization, what is the default color if the environment variable is not set? @aaronbrethorst
Story:
As an agency admin, I want to set a primary color for my agency’s web app so that it aligns with our branding and provides a personalized experience for our users. By being able to define this color through a simple environment variable, I can ensure that our web app reflects our unique identity.
The text was updated successfully, but these errors were encountered: