Skip to content

Commit

Permalink
rewire help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Oct 23, 2023
1 parent c1caaf4 commit 172bab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/Components/HelpControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,27 +87,27 @@ const HelpList = () => {
}}
>
<HelpComponent
icon={<CreateNewFolderOutlinedIcon className='icon-share' color='secondary'/>}
icon={<CreateNewFolderOutlinedIcon color='secondary'/>}
description={'Open IFC projects from GITHUB or local drive'}
/>
<HelpComponent
icon={<TreeIcon className='icon-share' color='secondary'/>}
description={'Navigate the project using element hierarchies'}
/>
<HelpComponent
icon={<HistoryIcon className='icon-share' color='secondary'/>}
icon={<HistoryIcon color='secondary'/>}
description={'Access project version history'}
/>
<HelpComponent
icon={<ShareIcon className='icon-share' color='secondary'/>}
description={'Share sectioned portions of the project'}
/>
<HelpComponent
icon={<ChatOutlinedIcon className='icon-share' color='secondary'/>}
icon={<ChatOutlinedIcon color='secondary'/>}
description={'Attach notes to 3D elements'}
/>
<HelpComponent
icon={<CropOutlinedIcon className='icon-share' color='secondary'/>}
icon={<CropOutlinedIcon color='secondary'/>}
description={'Study the project using standard sections'}
/>

Expand Down
5 changes: 3 additions & 2 deletions src/Styles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ export default function Styles({theme}) {
},
'.icon-share': {
fill: theme.palette.primary.contrastText,
width: '21px',
height: '21px',
width: '22px',
height: '22px',
marginRight: '2px',
},
'.icon-small': {
width: '15px',
Expand Down

0 comments on commit 172bab5

Please sign in to comment.