Closed guimillet closed 3 years ago
Push the value of dark prop to the back-end so that the Theme model is up to date. This allows a widget to properly switch the theme by switching v.theme.dark in python (v being the ipyvuetify instance).
dark
v.theme.dark
v
Thanks!
Push the value of
dark
prop to the back-end so that the Theme model is up to date. This allows a widget to properly switch the theme by switchingv.theme.dark
in python (v
being the ipyvuetify instance).