Skip to content

Commit f80a6a2

Browse files
- rollback horizontal padding;
1 parent a116047 commit f80a6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@
219219
: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)