diff options
| author | Kinfe123 <[email protected]> | 2024-06-24 12:28:50 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-06-24 12:28:50 +0300 |
| commit | 29f5300102c021ef69fed61f570c61afdcc58812 (patch) | |
| tree | 4d4ed3e5dad84ece49b44e2df6dd33473a3eb140 /apps | |
| parent | fix: ui revamp responsiveness (diff) | |
| download | supermemory-29f5300102c021ef69fed61f570c61afdcc58812.tar.xz supermemory-29f5300102c021ef69fed61f570c61afdcc58812.zip | |
fix: ui revamp
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/(landing)/EmailInput.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/EmailInput.tsx b/apps/web/app/(landing)/EmailInput.tsx index 3aa1da00..1de899ab 100644 --- a/apps/web/app/(landing)/EmailInput.tsx +++ b/apps/web/app/(landing)/EmailInput.tsx @@ -53,7 +53,7 @@ function EmailInput() { {email && ( <button type="submit" - className="transition-width rounded-xl bg-gray-700 p-4 text-white duration-300" + className="transition-width rounded-xl z-20 bg-gray-700 p-4 text-white duration-300" > <svg xmlns="http://www.w3.org/2000/svg" |