fix: remove tabs top margin

This commit is contained in:
Roman Hotsiy 2019-05-10 18:04:06 +03:00
parent 6de3523eb0
commit 5c187f34c9
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -22,7 +22,8 @@ export const Tabs = styled(ReactTabs)`
text-align: center;
outline: none;
color: ${({ theme }) => darken(theme.colors.tonalOffset, theme.rightPanel.textColor)};
margin: 5px;
margin: 0
${({ theme }) => `${theme.spacing.unit}px ${theme.spacing.unit}px ${theme.spacing.unit}px`};
border: 1px solid ${({ theme }) => darken(0.05, theme.codeSample.backgroundColor)};
border-radius: 5px;
min-width: 60px;