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