Skip to content

Commit b676ac4

Browse files
committed
fix: color
1 parent 05097c0 commit b676ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/blabsy/src/components/login/login-main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'>

0 commit comments

Comments
 (0)