Skip to content

Commit f85fe47

Browse files
Copilotaxymthr
andauthored
Fix OTP modal backdrop opacity for Tailwind v4 (#97)
* Initial plan * Fix OTP modal backdrop opacity issue by using Tailwind v4 syntax Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: axymthr <17650429+axymthr@users.noreply.github.com>
1 parent 68abea7 commit f85fe47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-backend/src/main/jte/fragments/otp-modal.jte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@param String serverMessage
33

44
<!-- OTP Verification Modal Fragment -->
5-
<div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50" id="otp-modal">
5+
<div class="fixed inset-0 bg-black/50 flex items-center justify-center z-50" id="otp-modal">
66
<div class="bg-white p-8 rounded-2xl shadow-lg w-full max-w-md">
77
<h1 class="text-2xl font-bold text-center mb-6 text-gray-800">OTP Verification</h1>
88

0 commit comments

Comments
 (0)