Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified demo/e2e/screenshot.spec.ts-snapshots/item-list-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/e2e/screenshot.spec.ts-snapshots/item-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions demo/src/app/index/pages/item-list/item-list.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ <h2>item-list</h2>
</ion-item>
</ion-item-group>
<ion-note>Note additional information.</ion-note>
<ion-note color="primary">Primary note additional information.</ion-note>
<ion-note color="danger">Danger note additional information.</ion-note>
</ion-list>

<ion-list [inset]="true">
Expand Down
2 changes: 1 addition & 1 deletion src/styles/utils/structured-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $groups: ion-item-group, ion-reorder-group, ion-accordion-group, ion-radio-group
}

& > ion-note {
color: var(--ion-color-medium-tint);
--color: var(--ion-color-medium-tint);
font-size: 0.9rem;
display: block;
margin: 8px calc(var(--ion-safe-area-right, 0) + $outer-note-inset) 8px calc(var(--ion-safe-area-left, 0) + $outer-note-inset);
Expand Down
Loading