Fix button border radius in ReviewFormContainer
This commit is contained in:
parent
7ee9fd8541
commit
5fb0334c21
1 changed files with 1 additions and 1 deletions
|
|
@ -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>{`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue