Skip to content

Commit

Permalink
fix: add label for select-tip__radio-custom-input
Browse files Browse the repository at this point in the history
  • Loading branch information
edpau committed Oct 23, 2024
1 parent 4c10f27 commit 4d638e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ <h2 class="sr-only">Calculator</h2>
class="select-tip__radio-label select-tip__radio-label--custom"
for="tip-percentage-custom"
>
Custom
</label>
<label for="custom-tip-input" class="sr-only">Enter custom tip percentage</label>
<input
type="number"
class="select-tip__radio-custom-input"
Expand Down

0 comments on commit 4d638e0

Please sign in to comment.