fix: reworked train stop statuses descriptions and their tooltip styles

This commit is contained in:
2025-02-13 18:38:32 +01:00
parent 4d1df5165c
commit e6c064d15d
8 changed files with 106 additions and 48 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export const tooltipKeys = [
'BaseTooltip',
'VehiclePreviewTooltip',
'SpawnsTooltip',
'UsersTooltip'
'UsersTooltip',
'HtmlTooltip'
] as const;
export type TooltipType = (typeof tooltipKeys)[number];