File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/invite/meet/src/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const InviteMeet = () => {
3535 } , [ ] ) ;
3636
3737 return (
38- < div className = "relative h-screen w-full overflow-hidden bg-gradient-to-b from-white-default to-[#DCC8F8] px-5" >
38+ < div className = "relative h-screen w-full overflow-y-auto bg-gradient-to-b from-white-default to-[#DCC8F8] px-5" >
3939 < GradientBackground />
4040
4141 { showBanner && (
@@ -98,12 +98,12 @@ const InviteMeet = () => {
9898 </ div >
9999 </ div >
100100
101- < div className = "absolute left-0 top-12" >
101+ < div className = "absolute left-1/2 top-12 -translate-x-1/2 " >
102102 < InviteCard />
103103 </ div >
104104 </ div >
105105
106- < div className = "mt-[4.125rem] flex justify-center pb-[9.0625rem] " >
106+ < div className = "mt-[4.125rem] flex justify-center" >
107107 < TukLogo />
108108 </ div >
109109
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const buttonVariants = cva(
88 {
99 variants : {
1010 variant : {
11- primary : 'bg-primary-500 text-white hover:bg-primary-600 disabled:bg-[#ccc]' ,
11+ primary : 'bg-primary-500 text-white-default hover:bg-primary-600 disabled:bg-[#ccc]' ,
1212 } ,
1313 size : {
1414 md : 'p-4' ,
You can’t perform that action at this time.
0 commit comments