Skip to content

Commit f5e93b4

Browse files
authored
Other page
1 parent ed0c6e8 commit f5e93b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const Index = () => {
269269
<TopMenu />
270270
<div
271271
className={
272-
'h-fit dark:bg-black' + (page !== 'list' ? ' hidden' : '')
272+
'h-fit bg-[rgb(246,246,246)] dark:bg-black' + (page !== 'list' ? ' hidden' : '')
273273
}
274274
>
275275
<div className="p-4">
@@ -292,7 +292,7 @@ const Index = () => {
292292
/>
293293
</div>
294294
{page !== 'list' && (
295-
<div className="h-fit min-h-full p-4 dark:bg-black">
295+
<div className="h-fit min-h-full p-4 bg-[rgb(246,246,246)] dark:bg-black">
296296
<ProfessorOverview
297297
professor={convertToProfOnly(page)}
298298
grades={grades[searchQueryLabel(convertToProfOnly(page))]}

0 commit comments

Comments
 (0)