refactor: github and payment callback
This commit is contained in:
@@ -5,7 +5,7 @@ import GithubCallback, { GithubLoginSource } from "./GithubCallback";
|
||||
|
||||
const StyledWrapper = ({ children }: DOMAttributes<HTMLDivElement> & { children?: ReactNode }) => {
|
||||
|
||||
return <div className="flex-center w-screen h-screen break-words leading-normal">
|
||||
return <div className="flex-center dark:bg-gray-700 dark:text-white w-screen h-screen break-words leading-normal">
|
||||
{children}
|
||||
</div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user