Skip to content

Commit

Permalink
fix: changing to sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
m7adeel committed Oct 25, 2023
1 parent 67d9d29 commit 1f5d3c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/forms/TimePicker/TimePicker.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const completeTimePicker = (
<TimePicker
id="appointment-time"
name="appointment-time"
label="Appointment Time"
label="Appointment time"
hint="hh:mm"
onChange={noop}
disabled={argTypes.disabled}
Expand Down Expand Up @@ -68,7 +68,7 @@ export const withMinAndMaxTimes = (
<TimePicker
id="appointment-time"
name="appointment-time"
label="Appointment Time"
label="Appointment time"
hint="hh:mm (9:00am - 5:00pm)"
minTime="9:00"
maxTime="17:00"
Expand All @@ -85,7 +85,7 @@ export const withDefaultValue = (
<TimePicker
id="appointment-time"
name="appointment-time"
label="Appointment Time"
label="Appointment time"
hint="hh:mm"
defaultValue="12:00"
onChange={noop}
Expand Down

0 comments on commit 1f5d3c0

Please sign in to comment.