diff --git a/public/assets/tripPlannerLogos/rome2rio.png b/public/assets/tripPlannerLogos/rome2rio.png new file mode 100644 index 0000000..86f1b91 Binary files /dev/null and b/public/assets/tripPlannerLogos/rome2rio.png differ diff --git a/src/app/[locale]/gtfs-feature-tracker/components/GtfsFeatureTracker.tsx b/src/app/[locale]/gtfs-feature-tracker/components/GtfsFeatureTracker.tsx index 95a9720..d3afcc8 100644 --- a/src/app/[locale]/gtfs-feature-tracker/components/GtfsFeatureTracker.tsx +++ b/src/app/[locale]/gtfs-feature-tracker/components/GtfsFeatureTracker.tsx @@ -62,6 +62,7 @@ const CONSUMER_LOGOS: Record = { aubin: '/assets/tripPlannerLogos/aubin-app.png', transsee: '/assets/tripPlannerLogos/transsee.svg', catenary: '/assets/tripPlannerLogos/catenary.svg', + rome2rio: '/assets/tripPlannerLogos/rome2rio.png', }; // ── FeatureDetail ───────────────────────────────────────────────────────────── diff --git a/src/app/components/FeedVerificationChip.tsx b/src/app/components/FeedVerificationChip.tsx index c62e84f..1572485 100644 --- a/src/app/components/FeedVerificationChip.tsx +++ b/src/app/components/FeedVerificationChip.tsx @@ -39,7 +39,7 @@ export default function FeedVerificationChip({ ml: 0, mr: 2, opacity: 0.6, - backgroundColor: theme.vars.palette.grey[400], + backgroundColor: theme.vars.palette.action.selected, color: theme.vars.palette.text.primary, borderRadius: '50%', padding: '0.2rem',