forked from open-webui/open-webui
fix: admin panel light mode support
This commit is contained in:
parent
92f0059bec
commit
e116016543
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Reference in a new issue