Skip to content

Commit a6ff1c1

Browse files
committed
fix(ArticleMetadata): update text color format in template for improved readability
1 parent 863a563 commit a6ff1c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

app/components/ArticleMetadata.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const formattedDate = computed(() => {
1313
</script>
1414

1515
<template>
16-
<div flex="~ items-center gap-x-16 wrap" text="12/2 neutral" nq-label>
16+
<div flex="~ items-center gap-x-16 wrap" text="12 neutral" lh="[2]" nq-label>
1717
<time :datetime="formattedDate">
1818
{{ formattedDate }}
1919
</time>

0 commit comments

Comments
 (0)