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