Timezones, mobile calendar support
This commit is contained in:
parent
0dde47109f
commit
89fd659f5c
15 changed files with 789 additions and 76 deletions
|
|
@ -21,7 +21,7 @@ export const StyledInput = styled.input`
|
|||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
font: inherit;
|
||||
background: ${props => props.theme.primary}22;
|
||||
background: ${props => props.theme.primaryBackground};
|
||||
color: inherit;
|
||||
padding: 10px 14px;
|
||||
border: 1px solid ${props => props.theme.primaryLight};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue