docs(item-divider, thumbnail): update todo

This commit is contained in:
Maria Hutt
2026-03-12 11:40:45 -07:00
parent 87e6443c18
commit d9db79f729
2 changed files with 2 additions and 3 deletions

View File

@@ -253,7 +253,7 @@
// --------------------------------------------------
::slotted(ion-thumbnail) {
// TODO(): separate width and height tokens for thumbnails
// TODO(FW-6862): separate width and height tokens for thumbnails
--size: var(--ion-item-divider-thumbnail-width);
@include mixins.margin(

View File

@@ -8,8 +8,7 @@
* @prop --border-radius: Border radius of the thumbnail
* @prop --size: Size of the thumbnail
*/
// TODO(): separate width and height tokens for thumbnails
--size: 48px;
--size: 48px; // TODO(FW-6862): separate width and height tokens for thumbnails
--border-radius: 0;
@include border-radius(var(--border-radius));