Skip to content

Commit

Permalink
style: update form action css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
KabinKhandThakuri committed Jan 8, 2025
1 parent 358db5e commit 55a6bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue-form/src/components/FormActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const onSubmit = () => emit("submit");
<style lang="css">
.form-actions {
display: flex;
gap: var(--form-field-gap);
margin-bottom: 2rem;
gap: var(--form-field-gap, 0.5em);
margin-bottom: var(--form-margin-bottom, 2rem);
width: 100%;
}
Expand Down

0 comments on commit 55a6bbd

Please sign in to comment.