Skip to content

Commit 77ea1ae

Browse files
authored
fix: ui fix
1 parent 3fdecf9 commit 77ea1ae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

frontend/src/app/(homepage)/_components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export function Navbar() {
104104
exit={{ opacity: 0, y: -400 }}
105105
className="absolute left-0 top-full w-full bg-background shadow-lg md:hidden"
106106
>
107-
<ul className="flex flex-col gap-4 p-4 text-center uppercase text-white">
107+
<ul className="flex flex-col gap-4 p-4 text-center uppercase text-black dark:text-white">
108108
<li className="p-2">
109109
<Link href="https://www.facebook.com/knsolvro">
110110
Aktualności

frontend/src/app/(homepage)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export default function Home() {
188188
</div>
189189
<h3 className="text-center text-sm font-medium text-amber-950 dark:text-white">
190190
Planer jest narzędziem tylko układającym plany,
191-
<br className="block md:hidden" />
192-
zapisy należy wykonać własnoręcznie w USOS
191+
<br className="block md:hidden" /> zapisy należy wykonać
192+
własnoręcznie w USOS
193193
</h3>
194194
</div>
195195
<Suspense

frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default async function RootLayout({
106106
<body className={cn(inter.className, "min-h-screen")}>
107107
<ThemeProvider
108108
attribute="class"
109-
defaultTheme="light"
109+
defaultTheme="system"
110110
enableSystem
111111
disableTransitionOnChange
112112
>

frontend/src/app/plans/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function PlansLayout({
2323
SOLVRO
2424
</a>
2525
</p>
26-
<p className="text-balance text-center text-xs text-muted-foreground">
26+
<p className="text-balance text-center text-xs text-gray-300 dark:text-muted-foreground">
2727
Źródłem danych o zajęciach jest USOS i ich prawnym właścicielem jest
2828
Politechnika Wrocławska
2929
</p>

0 commit comments

Comments
 (0)