"vscode:/vscode.git/clone" did not exist on "07d2c9871ff53567a924602d7e2764b4a484e558"
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 @@ ...@@ -112,7 +112,7 @@
<td class="px-6 py-4"> {user.email} </td> <td class="px-6 py-4"> {user.email} </td>
<td class="px-6 py-4"> <td class="px-6 py-4">
<button <button
class=" text-white underline" class=" dark:text-white underline"
on:click={() => { on:click={() => {
if (user.role === 'user') { if (user.role === 'user') {
updateUserRole(user.id, 'admin'); 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