fix: nav bar ui tweak
This commit is contained in:
@@ -21,7 +21,7 @@ export function AutoFormSubmit({
|
||||
disabled?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<Button type="submit" disabled={disabled}>
|
||||
<Button type="submit" disabled={disabled} className="flex gap-2">
|
||||
{children ?? "Submit"}
|
||||
</Button>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user