fix: calendar background and assignment text color
This commit is contained in:
@@ -188,4 +188,4 @@ const assignmentOptions = computed(() => {
|
||||
{ label: 'URL', value: 'URL' },
|
||||
]
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<div
|
||||
v-if="course.tags"
|
||||
v-for="tag in course.tags?.split(', ')"
|
||||
class="flex items-center bg-surface-gray-2 p-2 rounded-md mr-2"
|
||||
class="flex items-center bg-surface-gray-2 text-ink-gray-7 p-2 rounded-md mr-2"
|
||||
>
|
||||
{{ tag }}
|
||||
<X
|
||||
|
||||
@@ -44,7 +44,7 @@ const certificates = createListResource({
|
||||
filters: {
|
||||
member: props.profile.data?.name,
|
||||
},
|
||||
fields: ['name', 'course_title', 'batch_title', 'issue_date'],
|
||||
fields: ['name', 'course_title', 'batch_title', 'issue_date', 'template'],
|
||||
cache: ['certificates', props.profile.data?.name],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user