Skip to content

Commit

Permalink
PagerProps deprecated -> slotProps.paper
Browse files Browse the repository at this point in the history
  • Loading branch information
fbianchicodermine committed Feb 3, 2025
1 parent fd5d78c commit 20cbb04
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@ const ApiKeyContextMenu = ({
open={open}
onClose={handleClose}
onClick={handleClose}
PaperProps={{
elevation: 0,
sx: {
overflow: 'visible',
filter: 'drop-shadow(0px 2px 8px rgba(0,0,0,0.32))',
mt: 1.5,
slotProps={{
paper: {
elevation: 0,
sx: {
overflow: 'visible',
filter: 'drop-shadow(0px 2px 8px rgba(0,0,0,0.32))',
mt: 1.5,
},
},
}}
transformOrigin={{ horizontal: 'right', vertical: 'top' }}
Expand Down

0 comments on commit 20cbb04

Please sign in to comment.