import { useTheme } from "@mui/material"; import { CustomTheme } from "."; export const useCustomTheme = () => { const theme = useTheme(); return theme as CustomTheme; }