diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-08 23:23:18 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-08 23:23:18 +0100 |
| commit | 4056bc1b66db722bfcffaa960f8ff89150971a4d (patch) | |
| tree | ac947cb2c40fea4dfdfcb47155599db431eaff2f /src/frontend/app/components/map/StopSummarySheetSkeleton.tsx | |
| parent | 854be328986a09460249a55dbac3af26530c7b29 (diff) | |
Refactor styles in StopSummarySheet and ReducedArrivalCard components; update translations in es-ES.json
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> |
