Skip to content

Commit

Permalink
fix: fix button to element and update version (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohui-son authored Jun 19, 2024
1 parent ca15e19 commit c80f99a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Corca <[email protected]>",
"description": "Design System for Corca, Inc.",
"private": false,
"version": "0.0.23",
"version": "0.0.24",
"type": "module",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Select/MultiSelectInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const SearchInputChildWrapper = styled(SelectInputChildrenWrapper)`
margin-bottom: 5px;
`;

const SelectedItemWrapper = styled.button<{ width: number }>`
const SelectedItemWrapper = styled.div<{ width: number }>`
width: fit-content;
min-width: 40px;
max-width: ${({ width }) => width}px;
Expand Down

0 comments on commit c80f99a

Please sign in to comment.