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

Primary colour used by Solara #529

Closed
HarryB05 opened this issue Feb 29, 2024 · 1 comment · Fixed by #536
Closed

Primary colour used by Solara #529

HarryB05 opened this issue Feb 29, 2024 · 1 comment · Fixed by #536

Comments

@HarryB05
Copy link

Hi all, further to my discord query:

I have been using an assets file and this code to change the primary colour of solara to green (see code):

vuetifyThemes = {
    light: {
        primary: '#017F36',  // green (from *** logo)
    }
}

this is my project structure is attached. However, recently the primary colour of my solara page has changed back to the default blue. could this be due to the recent update (1.28.0) where there were changes to themes? and could someone help resolve this issue?

image

@iisakkirotko
Copy link
Collaborator

iisakkirotko commented Mar 4, 2024

Hi @HarryB05!

I think this is indeed due to the changes made in 1.28.0. We're looking at the issue, and hope to ship a fix in the next release, which we aim to have out on Monday March 11th, or earlier. I'll let you know when the fix is live on master, in case you want to make use of it before the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants