Skip to content

Commit

Permalink
Update date-picker.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo-Signorelli committed Jul 30, 2024
1 parent dd25dc0 commit 1c7b771
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/ketchup/src/date-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ <h4>init on Sunday</h4>
first-day-index="0"
></kup-date-picker>
<h4>Sizing</h4>

<kup-date-picker
id="date-picker4"
id="date-picker3"
first-day-index="2"
sizing="extra-small"
></kup-date-picker>
Expand All @@ -62,16 +63,16 @@ <h4>Sizing</h4>
sizing="small"
></kup-date-picker>
<kup-date-picker
id="date-picker3"
id="date-picker5"
first-day-index="2"
></kup-date-picker>
<kup-date-picker
id="date-picker5"
id="date-picker6"
first-day-index="2"
sizing="large"
></kup-date-picker>
<kup-date-picker
id="date-picker5"
id="date-picker7"
first-day-index="2"
sizing="extra-large"
></kup-date-picker>
Expand Down

0 comments on commit 1c7b771

Please sign in to comment.