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 1b89c7c commit 925ab57Copy full SHA for 925ab57
app/src/Dashboard/ProjectContainer.tsx
@@ -84,11 +84,11 @@ const TabPanelItem = (props: TabPanelProps): JSX.Element => {
84
const useStyles = makeStyles(theme => ({
85
root: {
86
flexGrow: 1,
87
- backgroundColor: theme.palette.background.paper,
+ // backgroundColor: theme.palette.background.paper,
88
display: 'flex'
89
},
90
tabs: {
91
- borderRight: `1px solid ${theme.palette.divider}`
+ // borderRight: `1px solid ${theme.palette.divider}`
92
}
93
}));
94
// End of prefab code to generate a tab panel
0 commit comments