style: Adjust delay fontSize

#544
This commit is contained in:
MystiPanda 2024-03-10 12:51:53 +08:00
parent f93a1ab3eb
commit 460ac7a86b
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",
}));

View File

@ -10,7 +10,7 @@ export const defaultTheme = {
info_color: "#007AFF",
error_color: "#FF3B30",
warning_color: "#FF9500",
success_color: "#34C759",
success_color: "#06943D",
background_color: "#f5f5f5",
font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", ${
OS === "windows" ? "twemoji mozilla" : ""