Skip to content

Commit

Permalink
fix: quantity component CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Dec 26, 2021
1 parent 5a18a6d commit db682a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/quantity/src/Quantity.svelte
Expand Up @@ -118,14 +118,14 @@
cursor: inherit;
border: none;
margin: 0;
padding: 0;
padding: 0 5px;
background: inherit;
outline: none;
appearance: textfield;
height: var(--input-height, 30px);
color: var(--theme-color);
text-align: center;
width: 65px;
min-width: 65px;
border-radius: inherit;
}
Expand All @@ -134,7 +134,7 @@
padding: 0 5px;
input[type="number"] {
width: 35px;
min-width: 35px;
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
Expand Down

0 comments on commit db682a2

Please sign in to comment.