Browse Source

fix: admin panel light mode support

Timothy J. Baek 1 year ago
parent
commit
e116016543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/admin/+page.svelte

+ 1 - 1
src/routes/admin/+page.svelte

@@ -112,7 +112,7 @@
 										<td class="px-6 py-4"> {user.email} </td>
 										<td class="px-6 py-4">
 											<button
-												class="  text-white underline"
+												class="  dark:text-white underline"
 												on:click={() => {
 													if (user.role === 'user') {
 														updateUserRole(user.id, 'admin');