add theming changes for onprem

This commit is contained in:
lalitdeore12@gmail.com
2025-05-20 13:51:36 +05:30
parent e92c2817b2
commit 4942387bab
3 changed files with 43 additions and 2 deletions
+5
View File
@@ -192,6 +192,11 @@ const App = (message, props) => {
{ path: "/" }
);
}
if (responseJson?.theme?.length > 0) {
handleThemeChange(responseJson.theme)
}else{
handleThemeChange("dark")
}
}
// Handling Ethereum update