File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
platforms/blabsy/src/components/login Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,15 @@ export function LoginMain(): JSX.Element {
9898 </ a >
9999 < div className = "text-center mt-4" >
100100 < p className = "text-sm text-gray-500" >
101- < span className = "mb-1 block font-bold text-gray-600 " > The button is valid for 60 seconds</ span >
101+ < span className = "mb-1 block font-bold text-gray-400 " > The button is valid for 60 seconds</ span >
102102 < span className = "block font-light text-gray-600" > Please refresh the page if it expires</ span
103103 >
104104 </ p >
105105 </ div >
106106 </ div >
107107 ) : (
108108 < div className = 'flex flex-col gap-4 items-center' >
109- < p className = "text-gray-600 " >
109+ < p className = "text-gray-400 " >
110110 Scan the QR code using your < a href = { getAppStoreLink ( ) } > < b > < u > eID App</ u > </ b > </ a > to login
111111 </ p >
112112 < div className = 'p-2 rounded-md bg-white w-fit' >
You can’t perform that action at this time.
0 commit comments