fix: admin panel light mode support

This commit is contained in:
Timothy J. Baek 2023-11-19 18:27:56 -08:00
parent 92f0059bec
commit e116016543

View file

@ -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');