diff --git a/src/App.tsx b/src/App.tsx index 8867031..385dbc8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -420,7 +420,7 @@ function AppContent() { }, [location.pathname, searchParams]); return ( -
+
{/* Header with Search and Add Media */} -
+
{/* Search Bar */}
@@ -443,25 +443,25 @@ function AppContent() { placeholder="Search library..." value={searchQuery} onChange={(e) => handleSearch(e.target.value)} - className="w-full pl-10 pr-4 py-2 bg-[#1a1d26] border-white/10 rounded-lg text-white placeholder:text-gray-500 focus:border-[#e8466c]/50 focus:ring-[#e8466c]/20" + className="w-full pl-10 pr-4 py-2 bg-muted/30 border-border rounded-lg text-foreground placeholder:text-muted-foreground focus:border-[#e8466c]/50 focus:ring-[#e8466c]/20" />
{/* View Toggle and Add Button */}
-
+
@@ -478,85 +478,87 @@ function AppContent() {
- - - 0 ? apiMedia : [...MOCK_MEDIA, ...customMedia, DETAIL_MEDIA].filter(m => enabledCategories.includes(m.category))} - onMediaClick={handleMediaClick} - loading={mediaLoading} - /> - } /> - - } /> - - } /> - - } /> - - } /> - - } /> - - } /> - - } /> - - } /> - - +
+ + + 0 ? apiMedia : [...MOCK_MEDIA, ...customMedia, DETAIL_MEDIA].filter(m => enabledCategories.includes(m.category))} + onMediaClick={handleMediaClick} + loading={mediaLoading} + /> + } /> + + } /> + + } /> + + } /> + + } /> + + } /> + + } /> + + } /> + + } /> + + +
{/* Footer */} -