mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-21 13:59:25 -06:00
Added Margin top to 'Create Scratch' button (#675)
Slapped a `className="mt-2"` to the "Create scratch" AsyncButton.
This commit is contained in:
@@ -264,6 +264,7 @@ export default function NewScratchForm({ serverCompilers }: {
|
||||
disabled={asm.length == 0}
|
||||
onClick={submit}
|
||||
errorPlacement="right-center"
|
||||
className="mt-2"
|
||||
>
|
||||
Create scratch
|
||||
</AsyncButton>
|
||||
|
||||
Reference in New Issue
Block a user