fix tab-list border in dark-mode

This commit is contained in:
yogesh-gohil
2023-03-28 12:22:36 +05:30
parent d221431bd7
commit bd8dd3f7c4

View File

@ -7,7 +7,7 @@
> >
<TabList <TabList
:class="[ :class="[
'flex', 'flex border-b border-grey-light dark:border-gray-600',
'relative overflow-x-auto overflow-y-hidden', 'relative overflow-x-auto overflow-y-hidden',
'lg:pb-0 lg:ml-0', 'lg:pb-0 lg:ml-0',
]" ]"