Skip to content

Commit

Permalink
fix: proper colors for save and close
Browse files Browse the repository at this point in the history
  • Loading branch information
danielo515 committed Sep 14, 2023
1 parent 868e26d commit 4c6d495
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/views/FormBuilder.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@
onChange();
}}>Add more fields</button
>
<button type="submit" disabled={!isValid}>Save and close</button
>
<button
type="button"
on:click={handlePreview}
disabled={!isValid}>Preview</button
>
<button class="mod-cta" type="submit" disabled={!isValid}
>Save and close</button
>
<button type="button" class="mod-warning" on:click={onCancel}
>Cancel</button
>
Expand Down

0 comments on commit 4c6d495

Please sign in to comment.