From fbbbb5f0378f8b27f14b79ba6a6cb4f3f519b395 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Fri, 30 Jun 2023 15:23:09 +0800 Subject: [PATCH] feat: change the text color if table --- datacenter/app/datastores/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/datacenter/app/datastores/page.tsx b/datacenter/app/datastores/page.tsx index 8c29e375f..c1db62ecf 100644 --- a/datacenter/app/datastores/page.tsx +++ b/datacenter/app/datastores/page.tsx @@ -141,7 +141,10 @@ const Index = () => { }, '& tbody tr: hover a': { textDecoration: 'underline' - } + }, + '& tbody tr a': { + color: 'rgb(13, 96, 217)' + }, }} >