refactor: github and payment callback

This commit is contained in:
Tristan Yang
2023-02-24 22:09:18 +08:00
parent 0ce62c04e5
commit 7cc119d23f
5 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -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>;
};