Skip to content

Commit

Permalink
chore: align checkbox of checkbox input component to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
KabinKhandThakuri committed Jan 9, 2025
1 parent 2dea76a commit 1804308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vue-form/src/components/Checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const onChange = (event: Event) => {
</script>

<style lang="css">
.checkbox-wrapper {
display: flex;
}
.checkbox-wrapper > input[type="checkbox"] {
transform: scale(1.5);
accent-color: var(--field-background-color, #007aff);
Expand Down

0 comments on commit 1804308

Please sign in to comment.