Replies: 3 comments
-
I was wondering the same. As I wanna edit the background color of every toolbars per theme. Like on default theme: background white, But I don't wanna edit every single v-tool-bar |
Beta Was this translation helpful? Give feedback.
-
Agreed. You should be able to set a "defaults" property on each theme which is then merged with the globals. |
Beta Was this translation helpful? Give feedback.
-
If I set a pink theme, I'm not quite clear about this aspect. What is the scope of influence for this theme? I see that the documentation doesn't provide detailed instructions. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I can set global styles for components like this:
export default createVuetify({ defaults: { VBtn: { class: 'text-none', }, }, })
But this will be for dark and light theme. Is there also a possibility to set the global styles per theme?
Beta Was this translation helpful? Give feedback.
All reactions