docs: handle dark mode

This commit is contained in:
Benjamin Canac
2021-11-23 17:30:19 +01:00
parent 0b88958962
commit 6ce996aa74
4 changed files with 32 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<template>
<UCard v-if="component" footer-class="px-4 py-4 sm:px-6 bg-tw-gray-100">
<UCard v-if="component" footer-class="px-4 py-4 sm:px-6">
<div class="flex justify-center">
<component :is="is" v-bind="boundProps" />
</div>