There was an error while loading. Please reload this page.
1 parent 2b4b30b commit 987a131Copy full SHA for 987a131
1 file changed
core/src/components/thumbnail/thumbnail.scss
@@ -13,8 +13,8 @@
13
14
display: block;
15
16
- width: var(--ion-thumbnail-width);
17
- height: var(--ion-thumbnail-height);
+ width: var(--ion-thumbnail-width, 48px);
+ height: var(--ion-thumbnail-height, 48px);
18
}
19
20
::slotted(ion-img),
0 commit comments