Skip to content
Snippets Groups Projects
Commit 3f24b86d authored by Julian's avatar Julian
Browse files

Use correct primary color for bundles

parent 4caf4199
No related branches found
No related tags found
1 merge request!50Resolve "Implement bundled courses/lessons"
Pipeline #194771 failed
...@@ -61,7 +61,7 @@ export default defineComponent({ ...@@ -61,7 +61,7 @@ export default defineComponent({
if (this.subjects.length === 1) { if (this.subjects.length === 1) {
return this.subjects[0].colourFg; return this.subjects[0].colourFg;
} else { } else {
return "primary"; return this.$vuetify.theme.currentTheme.primary;
} }
}, },
colorBg() { colorBg() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment