enzostvs HF staff commited on
Commit
8bce18e
1 Parent(s): d603624

overflow xs

Browse files
Files changed (1) hide show
  1. 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">