Skip to content

Commit

Permalink
update initial background
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Dec 27, 2023
1 parent 9cc2907 commit 6620652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const App: React.FC<AppProps> = () => {
// useEffect(() => {

return (
<div className="max-h-screen font-sans">
<div className="max-h-screen font-sans bg-gray-800">
{directory ? (
isIndexing ? (
<IndexingProgress onIndexingComplete={handleIndexingComplete} />
Expand Down

0 comments on commit 6620652

Please sign in to comment.