Skip to content

Commit 802fbd6

Browse files
committed
message block date stand out more
1 parent cf52ae6 commit 802fbd6

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/app/matches

1 file changed

+1
-1
lines changed

frontend/src/components/app/matches/Chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div v-if="message.first_in_timespan"
2020
v-bind:class="{'text-center': true, 'mx-auto': true, 'mt-8': index !== 0}">
2121
<h1
22-
class="text-xs font-light inline-block rounded-md bg-gray-200 px-2 py-1">{{message.timestamp_first}}</h1>
22+
class="text-sm inline-block rounded-md bg-gray-200 px-2 py-1">{{message.timestamp_first}}</h1>
2323
</div>
2424
<MessageBubble
2525
v-bind:loggedInUserId="loggedInUserId"

0 commit comments

Comments
 (0)