style: Adjust delay fontSize

#544
This commit is contained in:
MystiPanda
2024-03-10 12:51:53 +08:00
parent 8b9f294a5d
commit 6a7c09bfe3
2 changed files with 2 additions and 2 deletions

View File

@@ -193,7 +193,7 @@ export const ProxyItemMini = (props: Props) => {
const Widget = styled(Box)(({ theme: { typography } }) => ({
padding: "2px 4px",
fontSize: 12,
fontSize: 14,
fontFamily: typography.fontFamily,
borderRadius: "4px",
}));