feat: button flex
This commit is contained in:
parent
d331f68280
commit
bcfb7aa624
@ -44,7 +44,7 @@ function TypeDifference(prop:{
|
|||||||
}}>Commit all</Button>
|
}}>Commit all</Button>
|
||||||
</Box>
|
</Box>
|
||||||
{x.value.map(y=>(
|
{x.value.map(y=>(
|
||||||
<Box /*className={classes.commitable}*/ key={y.path}>
|
<Box sx={{display:"flex"}} key={y.path}>
|
||||||
<Button variant="contained" onClick={()=>{
|
<Button variant="contained" onClick={()=>{
|
||||||
set_disable(true);
|
set_disable(true);
|
||||||
prop.onCommit(y);
|
prop.onCommit(y);
|
||||||
|
Loading…
Reference in New Issue
Block a user