some button styling
This commit is contained in:
parent
842f9bee6a
commit
6191aa0da7
1 changed files with 2 additions and 2 deletions
|
|
@ -1134,7 +1134,7 @@ export default function BinVisualizer(props: Props) {
|
|||
Plenum {plenums && plenums?.length > 1 ? activePlenumIndex+1 : ""}
|
||||
</Typography>
|
||||
{plenums && plenums.length > 1 &&
|
||||
<IconButton size="small" onClick={()=>{
|
||||
<IconButton sx={{background: darken(theme.palette.background.paper, 0.1), marginLeft: 1}} size="small" onClick={()=>{
|
||||
let newIndex = activePlenumIndex + 1
|
||||
if(newIndex > combinedPlenums.length - 1){
|
||||
newIndex = 0
|
||||
|
|
@ -1142,7 +1142,7 @@ export default function BinVisualizer(props: Props) {
|
|||
setActivePlenum(combinedPlenums[newIndex])
|
||||
setActivePlenumIndex(newIndex)
|
||||
}}>
|
||||
<ArrowForwardIos />
|
||||
<ArrowForwardIos sx={{ fontSize: 15}}/>
|
||||
</IconButton>
|
||||
}
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue