widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.65k stars 114 forks source link

Primary colour used by Solara #529

Closed HarryB05 closed 2 months ago

HarryB05 commented 3 months ago

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 commented 3 months ago

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.