diff --git a/docs/components/registry.vue b/docs/components/registry.vue index 13aade1db0..3bac08349b 100644 --- a/docs/components/registry.vue +++ b/docs/components/registry.vue @@ -5,7 +5,7 @@ placeholder="Filter by Short or Full" v-model="filter" /> - +
@@ -83,11 +83,9 @@ export default { width: 100%; padding: 10px; margin-bottom: 10px; - border: 1px solid #ccc; - border-radius: 5px; -} -.filtered-table { - display: table; - width: 100%; + border-radius: 10px; + background: var(--vp-c-bg-soft); + font-size: 15px; + color: var(--vp-c-text-2); }
Short