Skip to content

Commit

Permalink
chore: sort config type and style alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
KabinKhandThakuri committed Dec 20, 2024
1 parent 9e1c8d3 commit fc93fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vue-user/src/components/TermsAndConditions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ const onChange = (event: Event) => {
<style lang="css">
.input-field-checkbox {
align-items: center;
font-size: 12px;
color: #525252;
display: flex;
font-size: 12px;
gap: 0.5rem;
line-height: 1.35;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-user/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ interface DzangolabVueUserConfig {
emailVerification?: boolean;
termsAndConditions?: {
display?: boolean;
showCheckbox?: boolean;
label: DefineComponent;
showCheckbox?: boolean;
};
};
};
Expand Down

0 comments on commit fc93fff

Please sign in to comment.