Fix button border radius in ReviewFormContainer

This commit is contained in:
Web-serfer 2026-04-27 21:46:00 +05:00
parent 7ee9fd8541
commit 5fb0334c21

View file

@ -118,7 +118,7 @@ export default function ReviewFormContainer() {
</p>
<a
href={`/auth/sign-in?redirect=${encodeURIComponent(window.location.pathname)}`}
class="inline-flex items-center justify-center font-semibold transition-all duration-300 rounded-md cursor-pointer px-6 py-3 text-lg auth-login-btn"
class="inline-flex items-center justify-center font-semibold transition-all duration-300 rounded-xl cursor-pointer px-6 py-3 text-lg auth-login-btn"
style="background: linear-gradient(to bottom, #2563eb, #1e40af); color: white; box-shadow: 0 2px 4px rgba(37, 99, 235, 0.3); transition: all 0.3s ease;"
>
<style>{`