diff options
Diffstat (limited to 'js/Pepe.tsx')
-rw-r--r-- | js/Pepe.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Pepe.tsx b/js/Pepe.tsx index c829058..e247f9a 100644 --- a/js/Pepe.tsx +++ b/js/Pepe.tsx @@ -167,7 +167,7 @@ export default function VPSProvider() { const renderApiKeyStep = () => ( <Card className="w-full max-w-md mx-auto"> <CardHeader className="text-center"> - <div className="mx-auto w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mb-4"> + <div className="mx-auto w-[20px] h-12 bg-blue-100 rounded-full flex items-center justify-center mb-4"> <Key className="w-6 h-4 text-blue-600" /> </div> <CardTitle>Connect Your Account</CardTitle> @@ -219,7 +219,7 @@ export default function VPSProvider() { <Card className="w-full max-w-4xl mx-auto"> <CardHeader className="text-center"> <div className="mx-auto w-12 h-12 bg-green-100 rounded-full flex items-center justify-center mb-4"> - <MapPin className="w-6 h-6 text-green-600" /> + <MapPin className="w-6 h-6 text-green-500" /> </div> <CardTitle>Choose Server Location</CardTitle> <CardDescription> |