mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 14:02:51 +00:00
fix: styling
This commit is contained in:
parent
e48cdf63d9
commit
28c8b5841c
@ -55,7 +55,7 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class=" my-2.5 rounded-xl px-4 py-3 border border-gray-850">
|
<div class=" my-2.5 rounded-xl px-4 py-3 border dark:border-gray-850">
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<div class=" text-sm">Tell us more:</div>
|
<div class=" text-sm">Tell us more:</div>
|
||||||
|
|
||||||
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<div class="mt-2 flex justify-end">
|
<div class="mt-2 flex justify-end">
|
||||||
<button
|
<button
|
||||||
class=" bg-emerald-700 text-sm font-medium rounded-lg px-3.5 py-1.5"
|
class=" bg-emerald-700 text-white text-sm font-medium rounded-lg px-3.5 py-1.5"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
submitHandler();
|
submitHandler();
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user