Skip to content

Commit

Permalink
fix(color): transferlist
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Apr 16, 2024
1 parent 897d6ab commit 1fbe03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/TransferModal/TransferList/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const StyledPaper = styled(Paper)(({ theme }) => ({
width: 300,
height: 280,
overflow: 'auto',
backgroundColor: theme.palette.background.blur?.heavy,
backgroundColor: theme.palette.background.secondary,
borderRadius: '10px',
boxShadow: '0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset',
'@media (max-width: 843px)': {
Expand Down

0 comments on commit 1fbe03d

Please sign in to comment.