Skip to content

Commit

Permalink
fix(day-picker): fix bottom of focus border is cut off by the date pi…
Browse files Browse the repository at this point in the history
…cker
  • Loading branch information
Michał Maciorowski committed Apr 13, 2021
1 parent 5f63f88 commit 700822a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Input renders with an input 1`] = `
font-size: 14px;
outline: none;
padding: 0;
margin: 0;
width: 30px;
}
Expand Down
1 change: 1 addition & 0 deletions src/__experimental__/components/input/input.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const StyledInput = styled.input`
font-size: ${({ theme }) => theme.text.size};
outline: none;
padding: 0;
margin: 0;
width: 30px;
&:-webkit-autofill {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ exports[`SimpleColorPicker renders as expected 1`] = `
font-size: 14px;
outline: none;
padding: 0;
margin: 0;
width: 30px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exports[`Textarea when rendered should render default 1`] = `
font-size: 14px;
outline: none;
padding: 0;
margin: 0;
width: 30px;
}
Expand Down

0 comments on commit 700822a

Please sign in to comment.