Skip to content

Commit

Permalink
design: fixedButton position λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Jul 25, 2024
1 parent 96fd931 commit 8ab9717
Showing 1 changed file with 1 addition and 0 deletions.
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 8ab9717

Please sign in to comment.