mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: styling
This commit is contained in:
parent
adab4dbf21
commit
ab42a192e6
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<select
|
<select
|
||||||
class="w-full rounded-sm text-sm bg-transparent disabled:text-gray-500 dark:disabled:text-gray-500 outline-hidden"
|
class="w-full dark:bg-gray-900 rounded-sm text-sm bg-transparent disabled:text-gray-500 dark:disabled:text-gray-500 outline-hidden"
|
||||||
bind:value={_user.role}
|
bind:value={_user.role}
|
||||||
disabled={_user.id == sessionUser.id}
|
disabled={_user.id == sessionUser.id}
|
||||||
required
|
required
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue