Fix analytics service and audio recorder
This commit is contained in:
parent
2e46a0b663
commit
d4041ab9ab
6 changed files with 90 additions and 1356 deletions
|
|
@ -61,6 +61,13 @@ export default {
|
|||
customProperties: true,
|
||||
},
|
||||
dark: false,
|
||||
themes: {
|
||||
light: {
|
||||
colors: {
|
||||
error: "#ff5252",
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
const vuetify = createVuetify(options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue