Skip to content

Commit 2e999a0

Browse files
committed
fix(site): 互换 24/48 小时警戒线配色
1 parent 7f3aece commit 2e999a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/site/src/app/typhoon/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export const WARNING_LINE_48H: [number, number][] = [
6060
];
6161

6262
export const WARNING_LINE_COLORS = {
63-
'24h': '#f59e0b',
64-
'48h': '#ef4444',
63+
'24h': '#ef4444',
64+
'48h': '#f59e0b',
6565
};
6666

6767
// ── 雷达瓦片 ──────────────────────────────────────────────────────

0 commit comments

Comments
 (0)