mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Tabs 组件颜色调整
This commit is contained in:
@@ -35,7 +35,7 @@ const Tabs = ({ className, children }) => {
|
||||
setCurrentTab(i)
|
||||
}
|
||||
|
||||
return <div className={'mb-5 bg-white dark:bg-gray-800 duration-200 ' + className}>
|
||||
return <div className={'mb-5 duration-200 ' + className}>
|
||||
<ul className='flex justify-center space-x-5 pb-4 dark:text-gray-400 text-gray-600'>
|
||||
{children.map((item, index) => {
|
||||
return <li key={index}
|
||||
|
||||
Reference in New Issue
Block a user