mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-28 13:42:36 +02:00
fix: admin panel light mode support
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user