This commit is contained in:
Archer
2023-12-31 14:12:51 +08:00
committed by GitHub
parent ccca0468da
commit 9ccfda47b7
270 changed files with 8182 additions and 1295 deletions

View File

@@ -53,7 +53,7 @@ const SideTabs = ({ list, size = 'md', activeId, onChange, ...props }: Props) =>
cursor: 'pointer'
})}
_hover={{
bg: 'myWhite.600'
bg: 'myGray.05'
}}
onClick={() => {
if (activeId === item.id) return;