We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f37989 commit c858f52Copy full SHA for c858f52
src/pages/auth.js
@@ -99,7 +99,7 @@ export default function Auth() {
99
onClick={() => setStep('login')}
100
whileHover={{ scale: 1.05 }}
101
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"
+ 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"
103
>
104
Sign In to OrbitOS
105
</motion.button>
@@ -137,4 +137,4 @@ export default function Auth() {
137
</div>
138
139
);
140
-}
+}
0 commit comments