From 28f58dfc147e75d6d834a220081f9147a381d7bf Mon Sep 17 00:00:00 2001 From: xieqian Date: Mon, 18 Mar 2024 15:16:05 +0800 Subject: [PATCH] change time out text color --- components/Rpc/component/Common.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Rpc/component/Common.tsx b/components/Rpc/component/Common.tsx index 22a1e576..7e0d9445 100644 --- a/components/Rpc/component/Common.tsx +++ b/components/Rpc/component/Common.tsx @@ -21,10 +21,10 @@ export const displayCurrentRpc = (responseTimeList: any, key: any, inBox?: boole if (responseTimeList[key] === -1) { return ( <> - + {inBox ? : } -