Skip to content

Commit

Permalink
fix: fix text color
Browse files Browse the repository at this point in the history
  • Loading branch information
binzek committed Nov 11, 2023
1 parent 2bfe1bf commit a47da43
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 @@ -2,7 +2,7 @@ import { Input } from "./components";

function App() {
return (
<div className="bg-background min-h-screen">
<div className="bg-background text-text min-h-screen">
<Input />
</div>
);
Expand Down

0 comments on commit a47da43

Please sign in to comment.