summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-22 15:48:38 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-22 15:48:38 +0700
commit71a4dd291e9fc1d1bb72b57a22f21d1c03b92d8f (patch)
treeb9c5d4d0785026d8f7f1966e84f5d07b72f3a5cf /src
parent4360ec478bee28c1edae5e614065c31cb9da64c1 (diff)
fix
Diffstat (limited to 'src')
-rw-r--r--src/lib/auth/components/Login.jsx4
-rw-r--r--src/lib/auth/components/Register.jsx2
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...'}