From 172bab5a969f85b87756b7f11624c335a1a65cb1 Mon Sep 17 00:00:00 2001 From: OlegMoshkovich Date: Mon, 23 Oct 2023 17:32:06 +0200 Subject: [PATCH] rewire help menu --- src/Components/HelpControl.jsx | 8 ++++---- src/Styles.jsx | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Components/HelpControl.jsx b/src/Components/HelpControl.jsx index 6e34c5a32..d0594dda3 100644 --- a/src/Components/HelpControl.jsx +++ b/src/Components/HelpControl.jsx @@ -87,7 +87,7 @@ const HelpList = () => { }} > } + icon={} description={'Open IFC projects from GITHUB or local drive'} /> { description={'Navigate the project using element hierarchies'} /> } + icon={} description={'Access project version history'} /> { description={'Share sectioned portions of the project'} /> } + icon={} description={'Attach notes to 3D elements'} /> } + icon={} description={'Study the project using standard sections'} /> diff --git a/src/Styles.jsx b/src/Styles.jsx index a16d49fab..2cff9d5c2 100644 --- a/src/Styles.jsx +++ b/src/Styles.jsx @@ -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',