Skip to content

Commit

Permalink
UPD modification color
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Sep 25, 2024
1 parent fdb6762 commit a52e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/modification/ModificationContext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function splitContext(str, index = defaultContext.value) {

<template>
<span class="font-semibold"
>{{ sequence[0] }}<span class="text-red-500">{{ sequence[1] }}</span
>{{ sequence[0] }}<span class="text-primary-500">{{ sequence[1] }}</span
>{{ sequence[2] }}</span
>
</template>

0 comments on commit a52e38a

Please sign in to comment.