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

Make ExtraMarkButtons.vue depressed

parent 4661ffc5
No related branches found
No related tags found
1 merge request!400Resolve "Extra marks also in person multiple select in lesson dialog"
Pipeline #192358 failed
...@@ -57,6 +57,7 @@ export default { ...@@ -57,6 +57,7 @@ export default {
:color="extraMark.colourBg" :color="extraMark.colourBg"
:style="{ color: extraMark.colourFg }" :style="{ color: extraMark.colourFg }"
class="flex-grow-1" class="flex-grow-1"
depressed
@click="emit(extraMark.id)" @click="emit(extraMark.id)"
> >
{{ extraMark.name }} {{ extraMark.name }}
......
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