Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit e99f409

Browse files
committed
refactor: app routes and background colours
1 parent cd440a5 commit e99f409

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function App() {
4747
Sign in with Email & Password
4848
</RouterLink>
4949
</li>
50-
5150
</ul>
5251
</nav>
5352
</div>

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@layer base {
44
body {
55
@apply m-0;
6-
@apply bg-zinc-50;
6+
@apply bg-slate-50;
77
}
88
}
99

0 commit comments

Comments
 (0)