add dark mode in BreadCrumb and PageHeader.

This commit is contained in:
yashkanakiya
2023-03-23 12:09:57 +05:30
parent 15f3f566e3
commit ab998dec1c
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<nav>
<ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset">
<ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset dark:text-gray-400">
<slot />
</ol>
</nav>