fix(style): theme

This commit is contained in:
zhangheng
2026-05-27 20:15:07 +08:00
parent 477822321b
commit f2c2a1f2fa

View File

@@ -174,7 +174,10 @@ export const theme = createTheme({
color: "#4E5969", color: "#4E5969",
}, },
arrow: { arrow: {
borderColor: "#E5E6EB", borderTopColor: "#E5E6EB",
borderRightColor: "#E5E6EB",
borderBottomColor: "#E5E6EB",
borderLeftColor: "#E5E6EB",
background: "#FFFFFF", background: "#FFFFFF",
}, },
} }