Skip to content
Snippets Groups Projects
Commit 8e908231 authored by Julian's avatar Julian
Browse files

Force dark text on white chips

parent 111b47ba
No related branches found
No related tags found
1 merge request!2Resolve "Frontend for Models"
......@@ -13,7 +13,7 @@ export default defineComponent({
</script>
<template>
<v-chip class="text-body-1 font-weight-500 px-4 mb-1" small color="white">
<v-chip class="text-body-1 font-weight-500 px-4 mb-1" small color="white" light>
<v-icon
v-if="course.lessonsUsed === course.lessonQuota"
color="green"
......
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