We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de3523 commit 5c187f3Copy full SHA for 5c187f3
src/common-elements/tabs.ts
@@ -22,7 +22,8 @@ export const Tabs = styled(ReactTabs)`
22
text-align: center;
23
outline: none;
24
color: ${({ theme }) => darken(theme.colors.tonalOffset, theme.rightPanel.textColor)};
25
- margin: 5px;
+ margin: 0
26
+ ${({ theme }) => `${theme.spacing.unit}px ${theme.spacing.unit}px ${theme.spacing.unit}px`};
27
border: 1px solid ${({ theme }) => darken(0.05, theme.codeSample.backgroundColor)};
28
border-radius: 5px;
29
min-width: 60px;
0 commit comments