diff options
Diffstat (limited to 'src/lib/auth')
| -rw-r--r-- | src/lib/auth/components/Login.jsx | 4 | ||||
| -rw-r--r-- | src/lib/auth/components/Register.jsx | 2 |
2 files changed, 3 insertions, 3 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'> diff --git a/src/lib/auth/components/Register.jsx b/src/lib/auth/components/Register.jsx index 1f7a55d5..e3e3c4fa 100644 --- a/src/lib/auth/components/Register.jsx +++ b/src/lib/auth/components/Register.jsx @@ -75,7 +75,7 @@ const Register = () => { <button type='submit' - className='btn-solid-red w-full mt-2' + className='btn-yellow w-full mt-2' disabled={!email || !password || isLoading} > {!isLoading ? 'Daftar' : 'Loading...'} |
