Skip to content

Commit

Permalink
fix: input touch target (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Oct 3, 2024
1 parent e946a0a commit 4e3abae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/input/d-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@
.helper-text {
@apply text-on;
}

ion-input .native-input {
height: 100%;
}

0 comments on commit 4e3abae

Please sign in to comment.