fix: no rounded

This commit is contained in:
Alejandro Gómez
2025-12-13 15:55:42 +01:00
parent 8e92a8ebfb
commit c5fc7503cc

View File

@@ -25,7 +25,7 @@ function AuthToast({
const [loading, setLoading] = useState(false);
return (
<div className="bg-background border border-border rounded-lg shadow-lg p-4 min-w-[350px] max-w-[500px]">
<div className="bg-background border border-border shadow-lg p-4 min-w-[350px] max-w-[500px]">
<div className="flex items-start gap-3">
<Key className="size-5 text-yellow-500 flex-shrink-0 mt-0.5" />
<div className="flex-1 space-y-3">