Skip to content

Commit

Permalink
change time out text color
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqian committed Mar 18, 2024
1 parent c27c1ae commit 28f58df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Rpc/component/Common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export const displayCurrentRpc = (responseTimeList: any, key: any, inBox?: boole
if (responseTimeList[key] === -1) {
return (
<>
<span className="cursor-pointer text-error">
<span className="cursor-pointer text-danger">
{inBox ? <CircleIconLarge /> : <CircleIcon />}
</span>
<label className="text-xs ml-1.5 mr-2.5 cursor-pointer text-error whitespace-nowrap">
<label className="text-xs ml-1.5 mr-2.5 cursor-pointer text-danger whitespace-nowrap">
time out
</label>
</>
Expand Down

0 comments on commit 28f58df

Please sign in to comment.