Common:Utils: fix merge

This commit is contained in:
Timofey Boyko 2023-10-27 11:36:59 +03:00
parent 51cc80ecfa
commit a4f555b853

View File

@ -630,8 +630,6 @@ export const getSystemTheme = () => {
window.matchMedia("(prefers-color-scheme: dark)").matches
? ThemeKeys.DarkStr
: ThemeKeys.BaseStr;
<<<<<<< HEAD
=======
};
export const getEditorTheme = (theme) => {
@ -647,5 +645,4 @@ export const getEditorTheme = (theme) => {
default:
return "default-dark";
}
>>>>>>> develop
};