fix: Editable title in sidebar impossible to see in dark mode

This commit is contained in:
Tom Moor
2020-11-30 21:45:48 -08:00
parent a97523a652
commit 18e56aff65

View File

@ -82,6 +82,7 @@ function EditableTitle({ title, onSubmit, canUpdate }: Props) {
const Input = styled.input`
margin-left: -4px;
color: ${(props) => props.theme.sidebarText};
background: ${(props) => props.theme.background};
width: calc(100% - 10px);
border-radius: 3px;