chore(docs): adjust prop description color

This commit is contained in:
Timothy Yin 2024-11-27 22:20:22 +08:00
parent 1ed637cece
commit 55e9b5c09a

View File

@ -42,7 +42,7 @@ const metaProps: ComputedRef<ComponentMeta['props']> = computed(() => meta?.meta
<ProseCodeInline v-if="prop.type">
{{ prop.type }}
</ProseCodeInline>
<MDC v-if="prop.description" :value="prop.description" class="mt-1" />
<MDC v-if="prop.description" :value="prop.description" class="text-gray-500 dark:text-gray-400" />
</ProseTd>
</ProseTr>
</ProseTbody>