clean colors

This commit is contained in:
talksik
2022-05-18 09:13:16 -05:00
parent e5fb21ac0d
commit 7303b76f95
2 changed files with 5 additions and 5 deletions
@@ -118,7 +118,7 @@ export default function SidePanel() {
</div>
{/* user control panel */}
{/* <div
<div
className="bg-gray-100
border-t border-t-gray-200 p-4 shadow-2xl z-50 w-full"
>
@@ -129,7 +129,7 @@ export default function SidePanel() {
>
<NoTextLogo type="small" />
</button>
</div> */}
</div>
</div>
);
}