Skip to content

Commit

Permalink
Merge pull request #750 from lyytioy/next
Browse files Browse the repository at this point in the history
v3.7.2
  • Loading branch information
mikael-jarvinen authored Jan 12, 2024
2 parents 90ed08b + d8b8e73 commit 456410e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@lyyti/design-system",
"description": "Lyyti Design System",
"homepage": "https://lyytioy.github.io/lyyti-design-system",
"version": "3.7.2",
"version": "3.7.3",
"engines": {
"node": "^18",
"npm": "^9"
Expand Down
2 changes: 2 additions & 0 deletions src/components/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const NumberInput = (
<Box sx={{ display: 'flex', flexDirection: 'column', justifyContent: 'center' }}>
<Box
component="button"
type="button"
{...getIncrementButtonProps()}
sx={{
bgcolor: color === 'white' ? undefined : 'grey.100',
Expand All @@ -88,6 +89,7 @@ const NumberInput = (
</Box>
<Box
component="button"
type="button"
{...getDecrementButtonProps()}
sx={{
bgcolor: color === 'white' ? undefined : 'grey.100',
Expand Down

0 comments on commit 456410e

Please sign in to comment.