chore: remove sidebar border

This commit is contained in:
Steven
2023-04-08 10:32:06 +08:00
parent 84413b7201
commit a7a4006555

View File

@ -159,7 +159,7 @@ const ConnectionSidebar = () => {
open={layoutStore.showSidebar}
onClose={() => layoutStore.toggleSidebar(false)}
>
<div className="w-80 h-full overflow-y-hidden border-r flex flex-row justify-start items-start">
<div className="w-80 h-full overflow-y-hidden flex flex-row justify-start items-start">
<div className="w-16 h-full bg-gray-200 pl-2 py-4 pt-6 flex flex-col justify-between items-center">
<div className="w-full flex flex-col justify-start items-start">
<button