design update
This commit is contained in:
parent
b8523bea88
commit
6107572be7
BIN
public/assets/images/auth/loginbg.webp
Normal file
BIN
public/assets/images/auth/loginbg.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
@ -9,7 +9,12 @@ const roboto = Roboto({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const getCssVariableValue = (variable: string): string => {
|
const getCssVariableValue = (variable: string): string => {
|
||||||
return getComputedStyle(document.documentElement).getPropertyValue(variable);
|
if (typeof window !== "undefined") {
|
||||||
|
return getComputedStyle(document.documentElement).getPropertyValue(
|
||||||
|
variable
|
||||||
|
);
|
||||||
|
}
|
||||||
|
return "";
|
||||||
};
|
};
|
||||||
|
|
||||||
const theme = createTheme({
|
const theme = createTheme({
|
||||||
|
@ -2,7 +2,7 @@ export const UTILITY_CONSTANT = {
|
|||||||
IMAGES: {
|
IMAGES: {
|
||||||
AUTH: {
|
AUTH: {
|
||||||
HEADER_LOG: "/assets/images/auth/headerLogo.webp",
|
HEADER_LOG: "/assets/images/auth/headerLogo.webp",
|
||||||
LOGIN_BG: "/assets/images/auth/loginbg.svg",
|
LOGIN_BG: "/assets/images/auth/loginbg.webp",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user