Skip to content

Commit

Permalink
feat: 更新侧边栏 border 配色
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhana committed Oct 17, 2024
1 parent dacc2b3 commit 86b9c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/header/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Sidebar: FC<SidebarProps> = ({ width, className, visible, setVisible }) =>

<CSSTransition in={visible} timeout={300} classNames='left-to-right' unmountOnExit>
<div
className={`b-deepgrey b-1px b-r-solid select-none fixed top-0 bottom-0 w-60 bg-white z-1000 ${className}`}>
className={`b-light b-2 b-r-solid select-none fixed top-0 bottom-0 w-60 bg-white z-1000 ${className}`}>
<div className='px-10 h-16 flex items-center gap-2.5'>
<Icon
className='cursor-pointer'
Expand Down

0 comments on commit 86b9c56

Please sign in to comment.