fix: timestamp styling

This commit is contained in:
Timothy J. Baek 2024-01-17 17:47:01 -08:00
parent 4ec81a897e
commit cf88652aa8
2 changed files with 2 additions and 2 deletions

View file

@ -222,7 +222,7 @@
{/if} {/if}
{#if message.timestamp} {#if message.timestamp}
<span class=" invisible group-hover:visible text-gray-400 text-xs font-normal"> <span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')} {dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span> </span>
{/if} {/if}

View file

@ -65,7 +65,7 @@
{/if} {/if}
{#if message.timestamp} {#if message.timestamp}
<span class=" invisible group-hover:visible text-gray-400 text-xs font-normal"> <span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')} {dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span> </span>
{/if} {/if}