mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
FIXED AUTH PAGE
This commit is contained in:
parent
f7768ddea8
commit
1f4e272979
|
@ -11,7 +11,7 @@ export default function RootLayout({
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<Paper>
|
<Paper>
|
||||||
<form className="mb-0 m-auto mt-6 space-y-4 rounded-lg p-4 shadow-lg sm:p-6 lg:p-8 bg-white max-w-xl">
|
<form className="mb-0 m-auto mt-6 space-y-4 border border-gray-200 rounded-lg p-4 shadow-lg sm:p-6 lg:p-8 bg-white max-w-xl">
|
||||||
{children}
|
{children}
|
||||||
</form>
|
</form>
|
||||||
<p className="text-center mt-6 text-gray-500 text-xs">
|
<p className="text-center mt-6 text-gray-500 text-xs">
|
||||||
|
|
|
@ -6,7 +6,7 @@ interface PageInterface {
|
||||||
|
|
||||||
const Paper: React.FC<PageInterface> = ({ children }) => {
|
const Paper: React.FC<PageInterface> = ({ children }) => {
|
||||||
return (
|
return (
|
||||||
<div className="w-full min-h-screen px-4 py-16 bg-gray-100 sm:px-6 lg:px-8">
|
<div className="w-full min-h-screen px-4 py-16 bg-gray-50 sm:px-6 lg:px-8">
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user