small visual improvements

This commit is contained in:
miloschwartz
2025-02-26 21:24:35 -05:00
parent de70c62ea8
commit 20f1a6372b
31 changed files with 1976 additions and 136 deletions

View File

@@ -200,7 +200,6 @@ export default function StepperForm() {
</FormLabel>
<FormControl>
<Input
placeholder="Name your new organization"
type="text"
{...field}
onChange={(e) => {
@@ -242,7 +241,6 @@ export default function StepperForm() {
<FormControl>
<Input
type="text"
placeholder="Enter unique organization ID"
{...field}
/>
</FormControl>