@akinon/pz-otp 2.0.0-beta.5 → 2.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/views/Otp.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/views/Otp.tsx
CHANGED
|
@@ -130,7 +130,7 @@ export const Otp = ({
|
|
|
130
130
|
|
|
131
131
|
return (
|
|
132
132
|
<div className="fixed left-0 top-0 z-50 flex h-screen w-screen items-end md:items-center md:justify-center md:bg-black/10">
|
|
133
|
-
<div className="h-[calc(100vh-48px)] w-screen flex md:h-auto md:max-w-lg flex-col items-center rounded-
|
|
133
|
+
<div className="h-[calc(100vh-48px)] w-screen flex md:h-auto md:max-w-lg flex-col items-center rounded-xs bg-white p-8 shadow-xl">
|
|
134
134
|
<div className="w-full flex items-center justify-end">
|
|
135
135
|
<div className="cursor-pointer" onClick={closeHandler}>
|
|
136
136
|
<svg
|