Error about default theme and horizontal menu #91
-
Hi, I'm using Apollo Template (TS project).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, In your first question, after updating the theme from the layoutcontext , you need to update it in the app/layout file as follows: href={/theme/theme-light/green/theme.css}. Additionally, on pages where you use charts, you should replace the ||(or) parts in the color` section of ChartData with the one you want to use for the theme. In your second question, after updating from v9 to v10 , you need to be able to use all menu types without any errors. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hello,
In your first question, after updating the theme from the layoutcontext , you need to update it in the app/layout file as follows: href={/theme/theme-light/green/theme.css}. Additionally, on pages where you use charts, you should replace the ||(or) parts in the color` section of ChartData with the one you want to use for the theme.
In your second question, after updating from v9 to v10 , you need to be able to use all menu types without any errors.
I hope this helps!