frontend changes
This commit is contained in:
parent
fd3c81a560
commit
81ad734f47
@ -142,7 +142,7 @@ export function SignUpForm({ onSignUpSuccess }: SignUpFormProps) {
|
|||||||
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
|
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="space-y-1">
|
{/* <div className="space-y-1">
|
||||||
<Label htmlFor="role" className="text-white/80 text-xs font-medium">Role</Label>
|
<Label htmlFor="role" className="text-white/80 text-xs font-medium">Role</Label>
|
||||||
<Input
|
<Input
|
||||||
id="role"
|
id="role"
|
||||||
@ -153,7 +153,7 @@ export function SignUpForm({ onSignUpSuccess }: SignUpFormProps) {
|
|||||||
required
|
required
|
||||||
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
|
className="h-10 bg-white/5 border-white/10 text-white placeholder:text-white/30 focus:border-orange-400/50 focus:ring-orange-400/20 transition-all duration-200 text-sm"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user