This commit is contained in:
Jan Prochazka
2020-04-26 08:37:06 +02:00
parent e9d5239e9c
commit 4c5db6483d
2 changed files with 2 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ const TabsPanelContainer = styled.div`
height: ${theme.tabsPanel.height}px;
right: 0;
background-color: ${theme.tabsPanel.background};
border-top: 1px solid #CCC;
`;
const StausBarContainer = styled.div`

View File

@@ -12,7 +12,7 @@ export default {
background: "#ccc"
},
tabsPanel: {
height: 30,
height: 31,
background: "#ddd",
hoverFont: "#338"
},