mirror of
https://github.com/directus/directus.git
synced 2026-01-28 01:28:26 -05:00
Use subdued for description
This commit is contained in:
@@ -50,6 +50,10 @@
|
||||
<template #item.count="{ item }">
|
||||
<value-null v-if="item.id === 2" />
|
||||
</template>
|
||||
|
||||
<template #item.description="{ item }">
|
||||
<span class="description">{{ item.description }}</span>
|
||||
</template>
|
||||
</v-table>
|
||||
</div>
|
||||
</private-view>
|
||||
@@ -175,4 +179,8 @@ export default defineComponent({
|
||||
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
.description {
|
||||
color: var(--foreground-subdued);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user