Marginally better dark mode support

This commit is contained in:
Justin Spahr-Summers
2024-11-12 12:34:10 +00:00
parent 584c1076a4
commit 3e46011614
8 changed files with 17 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import { Menu, Settings } from "lucide-react";
import { Button } from "@/components/ui/button";
const Sidebar = ({ connectionStatus }: { connectionStatus: string }) => (
<div className="w-64 bg-white border-r border-gray-200">
<div className="w-64 bg-card border-r border-border">
<div className="flex items-center p-4 border-b border-gray-200">
<Menu className="w-6 h-6 text-gray-500" />
<h1 className="ml-2 text-lg font-semibold">MCP Inspector</h1>