Skip to content

Commit 23a10cb

Browse files
committed
fixed theme-ionic test page for sizes
1 parent 201e0e4 commit 23a10cb

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/button/test/theme-ionic

1 file changed

+1
-1
lines changed

core/src/components/button/test/theme-ionic/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4>Preview options</h4>
3434

3535
<p>
3636
<ion-select id="select-size" justify="space-between" interface="alert" label="Size" placeholder="">
37-
<ion-select-option selected="true" value="">default</ion-select-option>
37+
<ion-select-option selected="true" value="medium">Medium</ion-select-option>
3838
<ion-select-option value="small">Small</ion-select-option>
3939
<ion-select-option value="large">Large</ion-select-option>
4040
</ion-select>

0 commit comments

Comments
 (0)