We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6443 commit d9db79fCopy full SHA for d9db79f
2 files changed
core/src/components/item-divider/item-divider.scss
@@ -253,7 +253,7 @@
253
// --------------------------------------------------
254
255
::slotted(ion-thumbnail) {
256
- // TODO(): separate width and height tokens for thumbnails
+ // TODO(FW-6862): separate width and height tokens for thumbnails
257
--size: var(--ion-item-divider-thumbnail-width);
258
259
@include mixins.margin(
core/src/components/thumbnail/thumbnail.scss
@@ -8,8 +8,7 @@
8
* @prop --border-radius: Border radius of the thumbnail
9
* @prop --size: Size of the thumbnail
10
*/
11
12
- --size: 48px;
+ --size: 48px; // TODO(FW-6862): separate width and height tokens for thumbnails
13
--border-radius: 0;
14
15
@include border-radius(var(--border-radius));
0 commit comments