The colors get controlled by vuetify, there is a dark and light theme. How can I change the color of a svg depending on the active theme?
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 792" xml:space="preserve">
<path fill="blue"
Fill only works for colors but not with the usual theme properties as "primary" "error" and so on.
Thank you