This commit is contained in:
Jan Prochazka
2020-11-12 11:04:44 +01:00
parent c7b693cfb6
commit 7658a2838a
10 changed files with 79 additions and 120 deletions

View File

@@ -60,7 +60,7 @@ const TabsPanelContainer = styled.div`
height: ${dimensions.tabsPanel.height}px;
right: 0;
background-color: ${(props) => props.theme.tabs_background2};
border-top: 1px solid #ccc;
border-top: 1px solid ${(props) => props.theme.border};
overflow-x: auto;