Skip to content

Commit 020f01f

Browse files
chore(datetime): fix prettier formatting in range test page
1 parent de7016c commit 020f01f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/components/datetime/test/range/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h3>showDefaultButtons — Confirm / Cancel behavior</h3>
243243
<div class="grid">
244244
<div class="grid-item">
245245
<h2>Confirm Disabled Until Range Complete</h2>
246-
<p style="font-size:12px;color:#6f7378;margin:4px 5px">
246+
<p style="font-size: 12px; color: #6f7378; margin: 4px 5px">
247247
Click one day → confirm button stays disabled. Click a second day → confirm enables.
248248
</p>
249249
<ion-datetime
@@ -257,7 +257,7 @@ <h2>Confirm Disabled Until Range Complete</h2>
257257

258258
<div class="grid-item">
259259
<h2>Cancel Resets Partial Range</h2>
260-
<p style="font-size:12px;color:#6f7378;margin:4px 5px">
260+
<p style="font-size: 12px; color: #6f7378; margin: 4px 5px">
261261
Click one day to set a start date, then Cancel → selection clears entirely.
262262
</p>
263263
<ion-datetime
@@ -279,7 +279,7 @@ <h2>--range-background CSS Variable</h2>
279279
id="rangeBackground"
280280
presentation="date"
281281
selection-mode="range"
282-
style="--range-background: rgba(235, 68, 90, 0.1);"
282+
style="--range-background: rgba(235, 68, 90, 0.1)"
283283
></ion-datetime>
284284
</div>
285285

@@ -301,7 +301,7 @@ <h2>Combined Styling</h2>
301301
id="rangeCombined"
302302
presentation="date"
303303
selection-mode="range"
304-
style="--range-background: rgba(56, 128, 255, 0.1);"
304+
style="--range-background: rgba(56, 128, 255, 0.1)"
305305
class="range-combined-demo"
306306
></ion-datetime>
307307
</div>

0 commit comments

Comments
 (0)