Replies: 2 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.
0 replies
-
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.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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