Skip to content

Commit

Permalink
refactor: use correct tailwind colors for background and text after #115
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicto committed Dec 30, 2023
1 parent ef504b8 commit 863d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function Home() {
if (userQueryResult.isSuccess) {
return (
<>
<main className="bg-primary min-h-screen text-primary-foreground px-8 py-20 md:px-20 lg:px-20 xl:px-48">
<main className="bg-background min-h-screen text-foreground py-20 px-16">
<h1 className="text-5xl font-bold uppercase text-center">
My Timetables
</h1>
Expand Down

0 comments on commit 863d642

Please sign in to comment.