Commit e1160165 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: admin panel light mode support

parent 92f0059b
......@@ -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');
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment