Skip to content

Commit e3ba9e1

Browse files
committed
Change icon and color of status message button
1 parent bb9f391 commit e3ba9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/match/StatusMessageButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const onCustomStatusMessageSelected = () => {
8080

8181
<template>
8282
<q-btn flat @click="dialogOpen = true">
83-
<q-icon name="message" color="black"/>
83+
<q-icon name="feedback" color="white"/>
8484
</q-btn>
8585
<q-dialog v-model="dialogOpen">
8686
<q-card class="q-px-sm q-pb-md">

0 commit comments

Comments
 (0)