Skip to content

Commit 6778e42

Browse files
committed
feat(modal): add padding to the first toolbar in modal sheets
1 parent 6d3473f commit 6778e42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/modal/modal.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,7 @@ ion-backdrop {
173173

174174
width: var(--width);
175175
}
176+
177+
:host(.modal-sheet.modal-scroll-all) ion-footer ion-toolbar:first-of-type {
178+
padding-top: 6px;
179+
}

0 commit comments

Comments
 (0)