Skip to content

Commit

Permalink
fix(date-picker): color border not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasmenker committed Dec 6, 2019
1 parent ecc3915 commit 10c8a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/styles/components/StyledDatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ const StyledDatePicker = styled.div`
.DateInput_input {
font-size: ${dataPickerFontSize};
height: ${dataPickerHeight};
color: ${fontColor};
box-sizing: border-box;
box-sizing: border-box;
text-align: center;
padding: 0;
outline: none;
Expand All @@ -132,6 +131,7 @@ const StyledDatePicker = styled.div`
color: ${primaryColor};
font-weight: ${fontWeightSemiBold};
margin-top: 1px;
border-color: ${primaryColor};
}
.DateInput_input + .DateInput_input {
margin-top: -1px;
Expand Down

0 comments on commit 10c8a16

Please sign in to comment.