update clashmeta core, Imporve UI, merge PR, reset icons, fix CI
This commit is contained in:
@@ -84,7 +84,7 @@ export const useCustomTheme = () => {
|
||||
}
|
||||
|
||||
// css
|
||||
const backgroundColor = mode === "light" ? "#ffffff" : "#121212";
|
||||
const backgroundColor = mode === "light" ? "#ffffff" : "#0E1621";
|
||||
const selectColor = mode === "light" ? "#f5f5f5" : "#d5d5d5";
|
||||
const scrollColor = mode === "light" ? "#90939980" : "#54545480";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user