@@ -127,10 +127,12 @@ export default function OAuthConsentPage() {
127127 return (
128128 < div className = 'flex flex-col items-center justify-center' >
129129 < div className = 'space-y-1 text-center' >
130- < h1 className = { 'font-[500] text-[#ECECEC ] text-[32px ] tracking-tight' } >
130+ < h1 className = 'font-[430] font-season text-[40px ] text-white leading-[110% ] tracking-[-0.02em]' >
131131 Authorize Application
132132 </ h1 >
133- < p className = { 'font-[380] text-[#999] text-[16px]' } > Loading application details...</ p >
133+ < p className = 'font-[430] font-season text-[#F6F6F6]/60 text-[18px] leading-[125%] tracking-[0.02em]' >
134+ Loading application details...
135+ </ p >
134136 </ div >
135137 </ div >
136138 )
@@ -140,10 +142,12 @@ export default function OAuthConsentPage() {
140142 return (
141143 < div className = 'flex flex-col items-center justify-center' >
142144 < div className = 'space-y-1 text-center' >
143- < h1 className = { 'font-[500] text-[#ECECEC ] text-[32px ] tracking-tight' } >
145+ < h1 className = 'font-[430] font-season text-[40px ] text-white leading-[110% ] tracking-[-0.02em]' >
144146 Authorization Error
145147 </ h1 >
146- < p className = { 'font-[380] text-[#999] text-[16px]' } > { error } </ p >
148+ < p className = 'font-[430] font-season text-[#F6F6F6]/60 text-[18px] leading-[125%] tracking-[0.02em]' >
149+ { error }
150+ </ p >
147151 </ div >
148152 < div className = 'mt-8 w-full max-w-[410px] space-y-3' >
149153 < BrandedButton onClick = { ( ) => router . push ( '/' ) } > Return to Home</ BrandedButton >
@@ -181,10 +185,10 @@ export default function OAuthConsentPage() {
181185 </ div >
182186
183187 < div className = 'space-y-1 text-center' >
184- < h1 className = { 'font-[500] text-[#ECECEC ] text-[32px ] tracking-tight' } >
188+ < h1 className = 'font-[430] font-season text-[40px ] text-white leading-[110% ] tracking-[-0.02em]' >
185189 Authorize Application
186190 </ h1 >
187- < p className = { 'font-[380] text-[#999] text-[16px]' } >
191+ < p className = 'font-[430] font-season text-[#F6F6F6]/60 text-[18px] leading-[125%] tracking-[0.02em]' >
188192 < span className = 'font-medium text-[#ECECEC]' > { clientName } </ span > is requesting access to
189193 your account
190194 </ p >
0 commit comments