diff options
Diffstat (limited to 'src/frontend/app/components/map/StopSummarySheetSkeleton.tsx')
| -rw-r--r-- | src/frontend/app/components/map/StopSummarySheetSkeleton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/map/StopSummarySheetSkeleton.tsx b/src/frontend/app/components/map/StopSummarySheetSkeleton.tsx index 7697efc..8931c58 100644 --- a/src/frontend/app/components/map/StopSummarySheetSkeleton.tsx +++ b/src/frontend/app/components/map/StopSummarySheetSkeleton.tsx @@ -18,7 +18,7 @@ export const StopSummarySheetSkeleton: React.FC<StopSheetSkeletonProps> = ({ highlightColor="var(--skeleton-highlight)" > <div className="stop-sheet-estimates"> - <h3 className="stop-sheet-subtitle"> + <h3 className="text-base font-semibold text-slate-900 dark:text-slate-100 mb-2 mt-0"> {t("estimates.next_arrivals", "Next arrivals")} </h3> |
