Skip to content

Commit

Permalink
fix: made modal more visable
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Dec 10, 2024
1 parent 8c00424 commit bcb0d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ const ModalWrapper = styled.div`

const ModalContent = styled.div`
position: relative;
background-color: #121212;
background-color: #3d3d3d;
padding: 2rem;
border-radius: 0.8rem;
border: solid 0.1rem #868686;
box-shadow: 0 0.2rem 2rem rgba(123, 123, 123, 0.1);
width: 40rem;
max-width: 90%;
Expand Down

0 comments on commit bcb0d28

Please sign in to comment.