Skip to content

Commit

Permalink
Merge branch 'master' into feat-add-selection-type-prop-to-calendar-c…
Browse files Browse the repository at this point in the history
…omponent
  • Loading branch information
wildergd committed May 20, 2020
2 parents f396a8e + cff12f3 commit 3008690
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/FileSelector/styled/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const StyledContainer = styled.div`

export const StyledDropzone = attachThemeAttrs(styled.div)`
position: relative;
width: 100%;
height: 2.5rem;
padding: 4px;
border: dashed 1px ${props => props.palette.text.disabled};
Expand Down Expand Up @@ -100,6 +101,7 @@ export const TruncatedText = styled.span`

export const StyledBackdrop = attachThemeAttrs(styled.div)`
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 3008690

Please sign in to comment.