File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ import { trpc } from "../utils/trpc";
1515const secret : NextPage = ( ) => {
1616 return (
1717 < >
18- < input
19- type = "password"
20- required
21- placeholder = "password"
22- className = "block w-40 rounded-md border border-gray-300 px-5 py-3 text-base text-gray-900 placeholder-gray-500 shadow-sm focus:border-rose-500 focus:ring-rose-500" >
23- </ input >
24- < button > Submit</ button >
18+ < div className = 'flex h-screen items-center justify-center' >
19+ < input
20+ type = "password"
21+ required
22+ placeholder = "password"
23+ className = "block w-50 rounded-md border border-gray-300 px-5 py-3 text-base text-gray-900 placeholder-gray-500 shadow-sm focus:border-rose-500 focus:ring-rose-500 mr-8" >
24+ </ input >
25+ < button className = "blockrounded-md border rounded border-transparent bg-rose-500 px-5 py-3 text-base font-medium text-white shadow hover:bg-rose-600 focus:outline-none focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:px-10" > Submit</ button >
26+ </ div >
2527 </ >
2628 ) ;
2729} ;
You can’t perform that action at this time.
0 commit comments