Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit e727b70

Browse files
committed
clean up form styles a bit
1 parent 22f8294 commit e727b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/AreaForm.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<input type="text" placeholder="Notes" bind:value={draftNotes} />
5050
</label>
5151

52-
<button class="btn preset-filled-primary-500">
52+
<button class="mt-4 btn w-full preset-filled-primary-500">
5353
{#if area}Save{:else}Create{/if}
5454
</button>
5555
</form>

0 commit comments

Comments
 (0)