Skip to content

Commit 3ed17d9

Browse files
committed
fix: update color
1 parent e0ab1e6 commit 3ed17d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MatchGraph.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const round = computed(() => {
381381
<div class="school-image-container">
382382
<img src="@/assets/school_bg.png" alt="Image"/>
383383
<div class="overlay ml-4">
384-
<div v-if="v.match.status == 'DONE'" style="background: #43A047">
384+
<div v-if="v.match.status == 'DONE'" style="background: #FFA500">
385385
<h4 class="px-1" style="width: 2.5rem">{{ convertToOrdinal(matchRank(v.player)) }}</h4>
386386
</div>
387387
<div v-else style="background: #616161">

0 commit comments

Comments
 (0)