Added Margin top to 'Create Scratch' button (#675)

Slapped a `className="mt-2"` to the "Create scratch" AsyncButton.
This commit is contained in:
Eidan Garcia
2023-02-06 23:03:54 -05:00
committed by GitHub
parent a00411aee7
commit 319d435154

View File

@@ -264,6 +264,7 @@ export default function NewScratchForm({ serverCompilers }: {
disabled={asm.length == 0}
onClick={submit}
errorPlacement="right-center"
className="mt-2"
>
Create scratch
</AsyncButton>