Skip to content

Commit

Permalink
background changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Mar 8, 2024
1 parent a1ee6d4 commit e62ad2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/Myvpncard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const MyVpnCard: React.FC<ReviewCardProps> = ({
</div>
{qr && (
<div
style={{ backgroundColor: "#222944E5" }}
style={{ backgroundColor: "#0E1414D9" }}
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full"
id="popupmodal"
>
Expand Down Expand Up @@ -286,7 +286,7 @@ const MyVpnCard: React.FC<ReviewCardProps> = ({

{delvpn && (
<div
style={{ backgroundColor: "#222944E5" }}
style={{ backgroundColor: "#0E1414D9" }}
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full"
id="popupmodal"
>
Expand Down
2 changes: 1 addition & 1 deletion components/MyvpncardDedicated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const MyVpnCardDedicated: React.FC<ReviewCardProps> = ({

{delvpn && (
<div
style={{ backgroundColor: "#222944E5" }}
style={{ backgroundColor: "#0E1414D9" }}
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full"
id="popupmodal"
>
Expand Down
2 changes: 1 addition & 1 deletion pages/mint.js
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ const Mint = () => {

{clientSecret && (
<div
style={{ backgroundColor: "#222944E5" }}
style={{ backgroundColor: "#0E1414D9" }}
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full p-30"
id="popupmodal"
>
Expand Down
2 changes: 1 addition & 1 deletion pages/subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ const Subscription = () => {
</div> */}

<div
style={{ backgroundColor: "#222944E5" }}
style={{ backgroundColor: "#0E1414D9" }}
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full"
id="popupmodal"
>
Expand Down

0 comments on commit e62ad2d

Please sign in to comment.