1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 06:41:08 +00:00
This commit is contained in:
Felix Ableitner 2024-11-06 15:13:52 +01:00
parent b856f7519f
commit 684f4d07a7

View file

@ -30,7 +30,7 @@ pub fn CredentialsForm(
<input
type="text"
class="input"
class="input input-primary input-bordered"
required
placeholder="Username"
prop:disabled=move || disabled.get()
@ -47,7 +47,7 @@ pub fn CredentialsForm(
<div class="h-2"></div>
<input
type="password"
class="input"
class="input input-primary input-bordered"
required
placeholder="Password"
prop:disabled=move || disabled.get()