not support modal fix sizes

This commit is contained in:
2024-03-14 17:06:27 +05:00
parent b087e8d0a4
commit a26d8891d6
+2 -2
View File
@@ -2,8 +2,8 @@ const NotSupportModal = () => {
return (
<div className="bg-[#F3F2F0] h-full w-full flex justify-center items-center flex-col fixed z-30">
{
<div className="relative h-7 overflow-hidden">
<div className="flex flex-col items-center duration-300">
<div className="relative h-7">
<div className="flex flex-col justify-center text-center text-wrap">
The app does not support OS version of your device
</div>
</div>