Skip to content

Commit e63b8a6

Browse files
completion of darkmode
1 parent 2623186 commit e63b8a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/src/lib/components/admin/+Organisation.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
<tr>
8585
<td class="whitespace-nowrap px-4 py-4 text-sm font-medium">
8686
<div>
87-
<h2 class="font-medium text-gray-800 dark:text-white">Orgnisation Name</h2>
87+
<h2 class="font-medium text-gray-800 dark:text-gray-300">Orgnisation Name</h2>
8888
</div>
8989
</td>
90-
<td class="whitespace-nowrap px-12 py-4 text-sm font-medium">
90+
<td class="whitespace-nowrap px-12 py-4 text-sm font-medium dark:text-gray-300">
9191
{$organisationName}
9292
</td>
9393
</tr>

src/client/src/routes/organisation/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div>
99
<SideBar />
1010
</div>
11-
<div class=" w-full bg-lightBgColor">
11+
<div class=" w-full bg-lightBgColor dark:bg-gray-700">
1212
<Organisation />
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)