diff --git a/src/componets/Sidebar.css b/src/componets/Sidebar.css index da3cccb..3a94dab 100644 --- a/src/componets/Sidebar.css +++ b/src/componets/Sidebar.css @@ -1,7 +1,7 @@ @import 'tailwindcss'; .sidebar { - @apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col; + @apply fixed top-0 left-0 w-60 h-screen bg-[#191919] flex flex-col border-e-[1px] border-[#2a2a2a]; } .logo {