Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
({ theme }) => ({
paddingY: theme.space3,
borderBottom: border(theme, theme.dark4),
onHover: {
// backgroundColor: theme.dark5,
},
':last-of-type': {
marginBottom: theme.space3,
},
}),
'li',
({ theme }) => ({
paddingY: theme.space3,
borderBottom: border(theme, theme.dark4),
onHover: {
// backgroundColor: theme.dark5,
},
':last-of-type': {
marginBottom: theme.space3,
},
}),
'li',
({ theme }) => ({
width: '100%',
border: 'none',
borderTop: border(theme, theme.dark4),
}),
'hr',
({ theme }) => ({
padding: theme.space2,
borderBottom: border(theme, theme.dark5),
backgroundColor: theme.dark5,
}),
p => ,
({ theme }) => ({
backgroundColor: theme.light,
borderBottom: border(theme),
}),
Tabs.TabPane,