Skip to content

Commit 97e4d9c

Browse files
committed
Improve styling
1 parent dc48668 commit 97e4d9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

frontend/src/components/match/ContinueActionButton.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ const submitAction = () => {
9191
<q-btn class="q-mx-md q-my-xs"
9292
:color="color"
9393
@click="submitAction">
94+
<TeamBadge :team="team"/>
95+
{{ label }}
9496
<q-list dense>
9597
<q-item v-for="(issue, key) in issues" :key="key">
9698
<q-icon name="warning"></q-icon>
9799
{{ issue }}
98100
</q-item>
99101
</q-list>
100-
<TeamBadge :team="team"/>
101-
{{ label }}
102+
102103
<q-badge color="orange" :label="props.id+1" floating/>
103104
</q-btn>
104105
</template>

0 commit comments

Comments
 (0)