diff options
Diffstat (limited to 'src/lib/auth/components/Login.jsx')
| -rw-r--r-- | src/lib/auth/components/Login.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/auth/components/Login.jsx b/src/lib/auth/components/Login.jsx index 92d38c11..01b2a571 100644 --- a/src/lib/auth/components/Login.jsx +++ b/src/lib/auth/components/Login.jsx @@ -87,13 +87,13 @@ const Login = () => { </div> <button type='submit' - className='btn-solid-red w-full mt-2' + className='btn-yellow w-full mt-2' disabled={!email || !password || isLoading} > {!isLoading ? 'Masuk' : 'Loading...'} </button> </form> - + <div className='text-gray_r-11 mt-4'> Belum punya akun Indoteknik?{' '} <Link href='/register' className='inline'> |
