Skip to content

Commit

Permalink
fix: remove tabs top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 12, 2019
1 parent 6de3523 commit 5c187f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common-elements/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c187f3

Please sign in to comment.