themable colors

This commit is contained in:
Jan Prochazka
2020-11-11 18:30:44 +01:00
parent 98d7b3c6b9
commit 4ef7f275e6
8 changed files with 84 additions and 44 deletions

View File

@@ -47,7 +47,7 @@ const DbNameWrapper = styled.div`
}
background-color: ${(props) =>
// @ts-ignore
props.selected ? props.theme.mainAreaBackground : 'inherit'};
props.selected ? props.theme.tabsPanelSelectedBackground : 'inherit'};
`;
// const DbNameWrapperInner = styled.div`
@@ -71,7 +71,7 @@ const FileTabItem = styled.div`
}
background-color: ${(props) =>
// @ts-ignore
props.selected ? props.theme.mainAreaBackground : 'inherit'};
props.selected ? props.theme.tabsPanelSelectedBackground : 'inherit'};
`;
const FileNameWrapper = styled.span`