From fc3e1e7d96d254279204614dd5a7a7048395906d Mon Sep 17 00:00:00 2001 From: zhou-yinyuan <147299494+zhou-yinyuan@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:42:39 +0800 Subject: [PATCH] ADM-997 [frontend]: fix dc issues (#1579) --- frontend/src/components/Common/NewFunctionsLabel/style.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Common/NewFunctionsLabel/style.tsx b/frontend/src/components/Common/NewFunctionsLabel/style.tsx index fd83c1d35..b74f4ca7b 100644 --- a/frontend/src/components/Common/NewFunctionsLabel/style.tsx +++ b/frontend/src/components/Common/NewFunctionsLabel/style.tsx @@ -12,7 +12,7 @@ export const NewFunctionsContent = styled('div')({ export const NewLabel = styled('div')({ padding: '0 0.3rem', - fontSize: '0.8rem', + fontSize: '0.7rem', height: '1rem', lineHeight: '1rem', color: theme.components?.newFunctionsLabel.color,