mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 13:13:45 +08:00
parent
f93a1ab3eb
commit
460ac7a86b
@ -193,7 +193,7 @@ export const ProxyItemMini = (props: Props) => {
|
|||||||
|
|
||||||
const Widget = styled(Box)(({ theme: { typography } }) => ({
|
const Widget = styled(Box)(({ theme: { typography } }) => ({
|
||||||
padding: "2px 4px",
|
padding: "2px 4px",
|
||||||
fontSize: 12,
|
fontSize: 14,
|
||||||
fontFamily: typography.fontFamily,
|
fontFamily: typography.fontFamily,
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
}));
|
}));
|
||||||
|
@ -10,7 +10,7 @@ export const defaultTheme = {
|
|||||||
info_color: "#007AFF",
|
info_color: "#007AFF",
|
||||||
error_color: "#FF3B30",
|
error_color: "#FF3B30",
|
||||||
warning_color: "#FF9500",
|
warning_color: "#FF9500",
|
||||||
success_color: "#34C759",
|
success_color: "#06943D",
|
||||||
background_color: "#f5f5f5",
|
background_color: "#f5f5f5",
|
||||||
font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", ${
|
font_family: `-apple-system, BlinkMacSystemFont,"Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", ${
|
||||||
OS === "windows" ? "twemoji mozilla" : ""
|
OS === "windows" ? "twemoji mozilla" : ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user