diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-17 15:16:23 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-17 15:16:23 +0700 |
| commit | 07819844d5ef7e323fd956eacfedecb2f4f4bb80 (patch) | |
| tree | d83ba8c6ff7f47f568889ff8371ee9d9918ed166 /src/modules/login/index.tsx | |
| parent | 10ce1ad59969576244ba786d7d17da2da3fe6f61 (diff) | |
Update result feature
Diffstat (limited to 'src/modules/login/index.tsx')
| -rw-r--r-- | src/modules/login/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/login/index.tsx b/src/modules/login/index.tsx index 7247af4..e2b3675 100644 --- a/src/modules/login/index.tsx +++ b/src/modules/login/index.tsx @@ -7,11 +7,11 @@ const Login = () => { <div className={styles.wrapper}> <div className={styles.header}> <h1 className={styles.title}>Stock Opname</h1> - <Spacer y={1} /> + <Spacer y={2} /> <h2 className={styles.subtitle}>Masuk terlebih dahulu untuk melanjutkan</h2> </div> - <Spacer y={10} /> + <Spacer y={12} /> <Form /> </div> ) |
