From a4bdd617f5be430b7d13cf5c1211a0fe9336e0e1 Mon Sep 17 00:00:00 2001 From: Rankin Zheng Date: Thu, 4 Jan 2024 11:21:02 +0800 Subject: [PATCH] Add font family and font size to label --- src/views/components/ChatMark/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/components/ChatMark/index.tsx b/src/views/components/ChatMark/index.tsx index 142cb55..2803ad0 100644 --- a/src/views/components/ChatMark/index.tsx +++ b/src/views/components/ChatMark/index.tsx @@ -34,6 +34,8 @@ const useStyles = createStyles((theme) => ({ }, label: { color: "var(--vscode-editor-foreground)", + fontFamily: "var(--vscode-editor-font-family)", + fontSize: 'var(--vscode-editor-font-size)', }, radio: { marginTop: theme.spacing.xs,