Skip to content

Commit

Permalink
WJ-117 - Update: Modal shadow;
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Teixeira committed Nov 15, 2020
1 parent e480530 commit f50de37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Modal/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ export const ModalContainer = styled.div<StyleProps>`
export const ModalContent = styled.div`
display: flex;
flex-direction: column;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.3);
margin: 10px;
margin-top: 0;
background-color: ${Color.Fill};
border-radius: ${Size.Small};
Expand Down

0 comments on commit f50de37

Please sign in to comment.