From 7e4fbfd7ddab3142a545710a5b1a3c0877eb3f71 Mon Sep 17 00:00:00 2001 From: i18u Date: Tue, 10 Oct 2023 12:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E9=AB=98=E4=BA=AE=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E4=BA=8B=E4=BB=B6=E7=A9=BF=E9=80=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugin/src/timeBar/handler.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/plugin/src/timeBar/handler.ts b/packages/plugin/src/timeBar/handler.ts index c9545843508..8a4c62c1918 100644 --- a/packages/plugin/src/timeBar/handler.ts +++ b/packages/plugin/src/timeBar/handler.ts @@ -40,6 +40,8 @@ const SIMPLE_DEFAULT_STYLE = { radius: 2, opacity: 1, cursor: 'ew-resize', + // 高亮的颜色 + highLightFill: '#0050b3', }; export default class Handler {