Skip to content

Commit 925ab57

Browse files
committed
temporarily comments out theme stuff in project container
1 parent 1b89c7c commit 925ab57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/Dashboard/ProjectContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ const TabPanelItem = (props: TabPanelProps): JSX.Element => {
8484
const useStyles = makeStyles(theme => ({
8585
root: {
8686
flexGrow: 1,
87-
backgroundColor: theme.palette.background.paper,
87+
// backgroundColor: theme.palette.background.paper,
8888
display: 'flex'
8989
},
9090
tabs: {
91-
borderRight: `1px solid ${theme.palette.divider}`
91+
// borderRight: `1px solid ${theme.palette.divider}`
9292
}
9393
}));
9494
// End of prefab code to generate a tab panel

0 commit comments

Comments
 (0)