column border color

This commit is contained in:
Martti Malmi
2023-12-02 21:44:32 +02:00
parent 9f6ca8e756
commit 052d3b0037
4 changed files with 4 additions and 11 deletions

View File

@ -78,7 +78,7 @@ export default function NavSidebar({ narrow = false }) {
const className = classNames(
{ "xl:w-56 xl:gap-3 xl:items-start": !narrow },
"overflow-y-auto hide-scrollbar sticky items-center border-r border-neutral-900 top-0 z-20 h-screen max-h-screen hidden md:flex flex-col px-2 py-4 flex-shrink-0 gap-2",
"overflow-y-auto hide-scrollbar sticky items-center border-r border-border-color top-0 z-20 h-screen max-h-screen hidden md:flex flex-col px-2 py-4 flex-shrink-0 gap-2",
);
const readOnlyIcon = readonly && (