Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Primary Color Customization via Environment Variables #155

Open
3 tasks done
Ahmedhossamdev opened this issue Dec 3, 2024 · 2 comments · May be fixed by #168
Open
3 tasks done

Enable Primary Color Customization via Environment Variables #155

Ahmedhossamdev opened this issue Dec 3, 2024 · 2 comments · May be fixed by #168
Assignees
Labels
enhancement New feature or request

Comments

@Ahmedhossamdev
Copy link
Member

Ahmedhossamdev commented Dec 3, 2024

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.

  • 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.
@Ahmedhossamdev Ahmedhossamdev added the enhancement New feature or request label Dec 3, 2024
@tarunsinghofficial tarunsinghofficial self-assigned this Jan 15, 2025
@tarunsinghofficial
Copy link
Collaborator

tarunsinghofficial commented Jan 15, 2025

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

@aaronbrethorst
Copy link
Member

@tarunsinghofficial thanks Tarun! The first one if it gives enough contrast, otherwise the second one:

                brand: "#78aa36",
                "brand-secondary": "#486621",

@tarunsinghofficial tarunsinghofficial linked a pull request Jan 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants