Skip to content

Commit d9db79f

Browse files
committed
docs(item-divider, thumbnail): update todo
1 parent 87e6443 commit d9db79f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/components/item-divider/item-divider.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
// --------------------------------------------------
254254

255255
::slotted(ion-thumbnail) {
256-
// TODO(): separate width and height tokens for thumbnails
256+
// TODO(FW-6862): separate width and height tokens for thumbnails
257257
--size: var(--ion-item-divider-thumbnail-width);
258258

259259
@include mixins.margin(

core/src/components/thumbnail/thumbnail.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
* @prop --border-radius: Border radius of the thumbnail
99
* @prop --size: Size of the thumbnail
1010
*/
11-
// TODO(): separate width and height tokens for thumbnails
12-
--size: 48px;
11+
--size: 48px; // TODO(FW-6862): separate width and height tokens for thumbnails
1312
--border-radius: 0;
1413

1514
@include border-radius(var(--border-radius));

0 commit comments

Comments
 (0)