summaryrefslogtreecommitdiff
path: root/src/modules/login/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/login/index.tsx')
-rw-r--r--src/modules/login/index.tsx4
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>
)