remove tabs padding

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-01-20 16:24:01 +01:00
parent 77c85b4467
commit 8ce32c1ab8
@@ -22,7 +22,6 @@ import { makeStyles, Tab, Tabs } from '@material-ui/core';
const useStyles = makeStyles((theme: BackstageTheme) => ({
tabs: {
borderBottom: `1px solid ${theme.palette.textVerySubtle}`,
padding: theme.spacing(0, 4),
},
tab: {
height: '50px',