diff --git a/src/features/schedule/components/DayGroupedFlightList.scss b/src/features/schedule/components/DayGroupedFlightList.scss index f193e20c..9bc46bf5 100644 --- a/src/features/schedule/components/DayGroupedFlightList.scss +++ b/src/features/schedule/components/DayGroupedFlightList.scss @@ -60,11 +60,14 @@ background: colors.$white; } + // Angular's `schedule-search-result-day` wraps the whole row in + // `padding: $space-xl` (20px). Match it so the day group header has + // the same visual weight as the Angular reference. &__header { display: flex; align-items: center; gap: 12px; - padding: 12px 18px; + padding: vars.$space-xl; background: colors.$blue-extra-light; border-bottom: 1px solid colors.$border; cursor: pointer;