Skip to content

Commit

Permalink
fix: increase UX of email field
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 authored Sep 6, 2024
1 parent 83b4a8d commit 6a32744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/composites/wui-email-input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class WuiEmailInput extends LitElement {
public override render() {
return html`
<wui-input-text
type="email"
placeholder="Email"
icon="mail"
size="mdl"
Expand Down

0 comments on commit 6a32744

Please sign in to comment.