Skip to content

Commit

Permalink
spacing clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 9, 2023
1 parent 791c529 commit 2cc1879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bldrs",
"version": "1.0.0-r694",
"version": "1.0.0-r697",
"main": "src/index.jsx",
"license": "MIT",
"homepage": "https://github.com/bldrs-ai/Share",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/DialogTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Dialog({
{icon}<br/>
<Typography variant={'h4'}>{headerTextList[currentTab]}</Typography>
</DialogTitle>
<DialogContent>
<DialogContent sx={{marginBottom: '6px'}}>
<Tabs tabList={tabList} actionCb={setCurrentTab}/>
</DialogContent>
<DialogContent sx={{height: '240px'}}>
Expand Down

0 comments on commit 2cc1879

Please sign in to comment.