Skip to content

Commit 86fc623

Browse files
authored
Merge pull request #71 from junaidkhan1723/main
feat(ui):Update button class for alignment adjustment
2 parents bf8a207 + c858f52 commit 86fc623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/auth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function Auth() {
9999
onClick={() => setStep('login')}
100100
whileHover={{ scale: 1.05 }}
101101
whileTap={{ scale: 0.95 }}
102-
className="w-80 py-4 px-8 bg-white/10 backdrop-blur-lg border border-white/20 rounded-2xl text-white font-semibold text-lg hover:bg-white/20 transition-all duration-300 shadow-xl"
102+
className="w-80 py-4 px-8 me-3 bg-white/10 backdrop-blur-lg border border-white/20 rounded-2xl text-white font-semibold text-lg hover:bg-white/20 transition-all duration-300 shadow-xl"
103103
>
104104
Sign In to OrbitOS
105105
</motion.button>
@@ -137,4 +137,4 @@ export default function Auth() {
137137
</div>
138138
</div>
139139
);
140-
}
140+
}

0 commit comments

Comments
 (0)