partial: theme and more css fixes

This commit is contained in:
Rafael Taranto 2025-04-21 14:43:17 +01:00
parent c6c3feb3b4
commit af21051989
12 changed files with 153 additions and 245 deletions

View file

@ -252,7 +252,7 @@ const AddMachine = memo(({ close, onPaired }) => {
<div className={classes.wrapper}>
<div className={classes.headerDiv}>
<Title>Add Machine</Title>
<IconButton disableRipple={true} onClick={close} size="large">
<IconButton onClick={close} size="large">
<SvgIcon color="error">
<CloseIcon />
</SvgIcon>