Spaces:
Running
Running
overflow xs
Browse files- components/form.tsx +1 -1
components/form.tsx
CHANGED
|
@@ -233,7 +233,7 @@ export const Form = ({ children }: { children: React.ReactNode }) => {
|
|
| 233 |
}
|
| 234 |
)}
|
| 235 |
>
|
| 236 |
-
<p className="text-sm text-left mb-4 uppercase font-medium">
|
| 237 |
{statusText}
|
| 238 |
</p>
|
| 239 |
<div className="bg-gray-200 h-2.5 w-full rounded-full overflow-hidden">
|
|
|
|
| 233 |
}
|
| 234 |
)}
|
| 235 |
>
|
| 236 |
+
<p className="text-sm text-left mb-4 uppercase font-medium text-white">
|
| 237 |
{statusText}
|
| 238 |
</p>
|
| 239 |
<div className="bg-gray-200 h-2.5 w-full rounded-full overflow-hidden">
|