Skip to content

Commit ab844d1

Browse files
committed
Use correct team text color in team badge
1 parent 30f2d29 commit ab844d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/common/TeamBadge.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const shown = computed(() => {
3636
<q-badge :class="{'q-mx-xs': !floating}"
3737
v-if="shown"
3838
:color="color"
39+
:text-color="color"
3940
:floating="floating"
4041
:label="label"/>
4142
</template>

0 commit comments

Comments
 (0)