Skip to content

Commit

Permalink
style: 모달 background 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jieunpark247 committed Jul 7, 2023
1 parent 56b915e commit 3f8836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ export const modalWrapper = recipe({
},
});
export const backgroundWrapper = style({
position: 'fixed',
width: '100%',
height: '100%',
top: '0',
left: '0',
position: 'absolute',
background: '#000000',
opacity: '0.3',
zIndex: zIndices.overlay,
Expand Down

0 comments on commit 3f8836d

Please sign in to comment.