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 {
98
98
</ a >
99
99
< div className = "text-center mt-4" >
100
100
< 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 >
102
102
< span className = "block font-light text-gray-600" > Please refresh the page if it expires</ span
103
103
>
104
104
</ p >
105
105
</ div >
106
106
</ div >
107
107
) : (
108
108
< div className = 'flex flex-col gap-4 items-center' >
109
- < p className = "text-gray-600 " >
109
+ < p className = "text-gray-400 " >
110
110
Scan the QR code using your < a href = { getAppStoreLink ( ) } > < b > < u > eID App</ u > </ b > </ a > to login
111
111
</ p >
112
112
< div className = 'p-2 rounded-md bg-white w-fit' >
You can’t perform that action at this time.
0 commit comments