diff --git a/src/components/mobile/DateTimeSelectionSheet.vue b/src/components/mobile/DateTimeSelectionSheet.vue index e76f0af2..cacd2ed6 100644 --- a/src/components/mobile/DateTimeSelectionSheet.vue +++ b/src/components/mobile/DateTimeSelectionSheet.vue @@ -469,4 +469,10 @@ watch(mode, (newValue) => { .date-time-selection-sheet .time-picker-container .picker-columns { justify-content: space-evenly; } + +.picker-hour, +.picker-minute, +.picker-second { + font-variant-numeric: tabular-nums; +}