Skip to content

Commit

Permalink
fix NumberPicker style
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed May 5, 2024
1 parent 65c3d27 commit 07f2ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NumberPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function checkAndSend(num: number) {
}
.minus, .plus {
user-select: none;
height: 100%;
width: 100%;
background: $background-elements;
Expand Down

0 comments on commit 07f2ac3

Please sign in to comment.