Skip to content

Commit

Permalink
fix: On mta.info, diamond bullet text is enlarged
Browse files Browse the repository at this point in the history
  • Loading branch information
rexmagnusdavid committed May 8, 2024
1 parent 38019e9 commit 33cc209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Bullet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function Bullet(props: { short_name: string; color: string; text_color: s
<h1
className="rotate-[-45deg] text-center font-bold"
style={{
fontSize: `${(size * 0.65) / Math.sqrt(2)}px`,
fontSize: `${size * 0.65}px`,

color: `#FFFFFF`,
// Due to the MTA forgetting to add route_text_color to their GTFS static files,
Expand Down

0 comments on commit 33cc209

Please sign in to comment.