Skip to content

Commit

Permalink
style: text color in root
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarrqureshi committed Jan 17, 2024
1 parent e303087 commit 39de024
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 @@ -6,7 +6,7 @@ import { Sidebar } from "./components/sidebar/Sidebar";

const App = () => {
return (
<div className="App h-full w-full ">
<div className="App text-slate-200 h-full w-full ">
<header className="w-full">
<Navbar></Navbar>
</header>
Expand Down

0 comments on commit 39de024

Please sign in to comment.