chore: replace token

This commit is contained in:
Kilu
2025-06-23 16:25:34 +08:00
parent 742be7645f
commit b1c510c4f5

View File

@@ -35,7 +35,11 @@ function SideBar({ drawerWidth, drawerOpened, toggleOpenDrawer, onResizeDrawerWi
onScroll={handleOnScroll} onScroll={handleOnScroll}
> >
<div className={'flex w-full flex-1 flex-col gap-1'}> <div className={'flex w-full flex-1 flex-col gap-1'}>
<div className={'sticky top-12 z-[1] flex-col items-center justify-around gap-2 bg-surface-layer-01 px-[10px]'}> <div
className={
'sticky top-12 z-[1] flex-col items-center justify-around gap-2 bg-surface-container-layer-01 px-[10px]'
}
>
<Search /> <Search />
<div <div
style={{ style={{