We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf52ae6 commit 802fbd6Copy full SHA for 802fbd6
frontend/src/components/app/matches/Chat.vue
@@ -19,7 +19,7 @@
19
<div v-if="message.first_in_timespan"
20
v-bind:class="{'text-center': true, 'mx-auto': true, 'mt-8': index !== 0}">
21
<h1
22
- class="text-xs font-light inline-block rounded-md bg-gray-200 px-2 py-1">{{message.timestamp_first}}</h1>
+ class="text-sm inline-block rounded-md bg-gray-200 px-2 py-1">{{message.timestamp_first}}</h1>
23
</div>
24
<MessageBubble
25
v-bind:loggedInUserId="loggedInUserId"
0 commit comments