Skip to content

Commit 97bd20c

Browse files
Merge branch 'next' into ROU-11889
2 parents 05dc23b + 1877ac5 commit 97bd20c

File tree

26 files changed

+3
-3
lines changed

26 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@
178178
// -----------------------------------
179179
:host .datetime-time {
180180
@include globals.padding(globals.$ion-space-100, globals.$ion-space-400);
181-
182-
height: globals.$ion-scale-800;
183181
}
184182

185183
:host .datetime-time .time-header {
@@ -197,6 +195,8 @@
197195

198196
align-items: center;
199197

198+
height: globals.$ion-scale-800;
199+
200200
background-color: globals.$ion-primitives-neutral-100;
201201
color: globals.$ion-primitives-neutral-1200;
202202
}

core/src/components/datetime/test/display/datetime.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { configs, test } from '@utils/test/playwright';
55
* This behavior does not vary across directions
66
* since it is texting fixed vs fluid widths.
77
*/
8-
configs({ directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
8+
configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
99
test.describe(title('datetime: rendering'), () => {
1010
test.describe('fixed sizes', () => {
1111
test('date-time should not have any visual regressions', async ({ page }) => {

0 commit comments

Comments
 (0)