mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-06 13:48:53 +08:00
chore(docs): adjust prop description color
This commit is contained in:
parent
1ed637cece
commit
55e9b5c09a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user