We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2623186 commit e63b8a6Copy full SHA for e63b8a6
src/client/src/lib/components/admin/+Organisation.svelte
@@ -84,10 +84,10 @@
84
<tr>
85
<td class="whitespace-nowrap px-4 py-4 text-sm font-medium">
86
<div>
87
- <h2 class="font-medium text-gray-800 dark:text-white">Orgnisation Name</h2>
+ <h2 class="font-medium text-gray-800 dark:text-gray-300">Orgnisation Name</h2>
88
</div>
89
</td>
90
- <td class="whitespace-nowrap px-12 py-4 text-sm font-medium">
+ <td class="whitespace-nowrap px-12 py-4 text-sm font-medium dark:text-gray-300">
91
{$organisationName}
92
93
</tr>
src/client/src/routes/organisation/+page.svelte
@@ -8,7 +8,7 @@
8
9
<SideBar />
10
11
- <div class=" w-full bg-lightBgColor">
+ <div class=" w-full bg-lightBgColor dark:bg-gray-700">
12
<Organisation />
13
14
0 commit comments