Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Jul 25, 2024
2 parents 6794598 + 2d39267 commit 5a5c47c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HDesign/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 HDesign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haengdong-design",
"version": "0.1.23",
"version": "0.1.26",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions HDesign/src/components/FixedButton/FixedButton.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const fixedButtonStyle = (props: Required<FixedButtonStyleProps>) => {

const getFixedButtonDefaultStyle = (theme: Theme) =>
css({
position: 'fixed',
display: 'flex',
justifyContent: 'center',
padding: '1rem 1.5rem',
Expand Down

0 comments on commit 5a5c47c

Please sign in to comment.