Skip to content

Commit

Permalink
Fix2: Operation Group + Elements Group update (#852)
Browse files Browse the repository at this point in the history
* update theme

* adjust operations group and elements group
  • Loading branch information
OlegMoshkovich committed Nov 14, 2023
1 parent 3e65d2a commit 4c1938c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Components/ElementGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ export default function ElementGroup({deselectItems, viewer}) {
>
<ButtonGroup
orientation='horizontal'
variant='contained'
variant='outlined'
sx={{borderRadius: '10px', padding: '0px 10px'}}
>
{!isIsolate &&
<>
Expand Down
5 changes: 1 addition & 4 deletions src/Components/OperationsGroup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {useExistInFeature} from '../hooks/useExistInFeature'
import ChatOutlinedIcon from '@mui/icons-material/ChatOutlined'
import NightlightOutlinedIcon from '@mui/icons-material/NightlightOutlined'
import WbSunnyOutlinedIcon from '@mui/icons-material/WbSunnyOutlined'
import AboutControl from './About/AboutControl'


/**
* OperationsGroup contains tools for sharing, notes, properties, cut
Expand Down Expand Up @@ -57,7 +55,7 @@ export default function OperationsGroup({deselectItems}) {
<ButtonGroup
orientation='vertical'
variant='contained'
sx={{margin: '1em .5em'}}
sx={{margin: '1em 1em'}}
>
{isLoginVisible &&
<AuthNav/>
Expand Down Expand Up @@ -101,7 +99,6 @@ export default function OperationsGroup({deselectItems}) {
<WbSunnyOutlinedIcon className='icon-share' color='secondary'/> :
<NightlightOutlinedIcon className='icon-share'/> }
/>
<AboutControl/>
</>
}
{/* Invisible */}
Expand Down

0 comments on commit 4c1938c

Please sign in to comment.