Skip to content

Commit

Permalink
adjust the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 9, 2023
1 parent 9800bd3 commit 791c529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Components/DialogTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ export default function Dialog({
{icon}<br/>
<Typography variant={'h4'}>{headerTextList[currentTab]}</Typography>
</DialogTitle>
<DialogContent sx={{height: '70px'}}>
<DialogContent>
<Tabs tabList={tabList} actionCb={setCurrentTab}/>
</DialogContent>
<DialogContent >
<DialogContent sx={{height: '240px'}}>
{contentList[currentTab] || 'loading' }
</DialogContent>
<DialogActions disableSpacing>
Expand Down
1 change: 0 additions & 1 deletion src/theme/Components.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export function getComponentOverrides(palette, typography) {
MuiDialogContent: {
styleOverrides: {
root: {
height: '240px',
padding: '0px 10px',
},
},
Expand Down

0 comments on commit 791c529

Please sign in to comment.