Skip to content

Commit 2823645

Browse files
- adjust footer padding;
1 parent f73120a commit 2823645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/components/datetime/datetime.ionic.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@
216216

217217
// Calendar / Footer / Action Buttons
218218
// -----------------------------------
219-
:host .datetime-action-buttons {
219+
:host .datetime-footer {
220220
@include globals.padding(
221221
globals.$ion-space-200,
222-
globals.$ion-space-400,
222+
globals.$ion-space-0,
223223
globals.$ion-space-200,
224-
globals.$ion-space-400
224+
globals.$ion-space-0
225225
);
226226
margin-top: globals.$ion-space-200;
227227

0 commit comments

Comments
 (0)