mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 06:41:08 +00:00
Styling
This commit is contained in:
parent
b856f7519f
commit
684f4d07a7
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue