Spaces:
Paused
Paused
text white
Browse files- components/form.tsx +1 -1
components/form.tsx
CHANGED
@@ -210,7 +210,7 @@ export const Form = ({ children }: { children: React.ReactNode }) => {
|
|
210 |
</div>
|
211 |
) : (
|
212 |
<div className="mx-auto w-full max-w-sm border rounded-xl p-6 bg-amber-900/10 border-white/10 overflow-hidden transition-all duration-200">
|
213 |
-
<p className="text-sm text-left mb-4 uppercase font-medium">
|
214 |
{statusText}
|
215 |
</p>
|
216 |
<div className="bg-gray-200 h-2.5 w-full rounded-full overflow-hidden">
|
|
|
210 |
</div>
|
211 |
) : (
|
212 |
<div className="mx-auto w-full max-w-sm border rounded-xl p-6 bg-amber-900/10 border-white/10 overflow-hidden transition-all duration-200">
|
213 |
+
<p className="text-sm text-left mb-4 uppercase font-medium text-white">
|
214 |
{statusText}
|
215 |
</p>
|
216 |
<div className="bg-gray-200 h-2.5 w-full rounded-full overflow-hidden">
|