Skip to content

Commit

Permalink
Merge pull request #51 from lyytioy/next
Browse files Browse the repository at this point in the history
Version 1.0.6
  • Loading branch information
susannalandstrom authored May 2, 2022
2 parents 7b626ea + 235bf7c commit 1987449
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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": "1.0.5",
"version": "1.0.6",
"engines": {
"node": "^16",
"npm": "^8"
Expand Down
2 changes: 2 additions & 0 deletions src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const Button = (
variant = 'contained',
color = 'secondary',
disabled = false,
sx = {},
...props
}: ButtonProps,
ref: Ref<HTMLButtonElement>
Expand Down Expand Up @@ -228,6 +229,7 @@ const Button = (
'&.MuiButton-textPrimary': textPrimary,
'&.MuiButton-textSecondary': textSecondary,
'&.MuiButton-textError': textDanger,
...sx,
}}
{...props}
>
Expand Down
1 change: 0 additions & 1 deletion src/components/TimePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const TimePicker = ({ ampm = false, InputProps = {}, ...props }: TimePickerProps
return (
<MuiTimePicker
ampm={ampm}
open={false}
{...props}
InputAdornmentProps={{
sx: {
Expand Down

0 comments on commit 1987449

Please sign in to comment.