#544
@@ -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",
}));
@@ -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" : ""