fix: img size and retrieve information button alignment

This commit is contained in:
José Oliveira 2021-11-25 17:37:04 +00:00
parent d2bb684b00
commit b995b549b4
3 changed files with 8 additions and 1 deletions

View file

@ -324,6 +324,7 @@ const CustomerProfile = memo(() => {
</ActionButton>
<ActionButton
color="primary"
className={classes.retrieveInformation}
Icon={blocked ? AuthorizeIcon : BlockIcon}
InverseIcon={
blocked ? AuthorizeReversedIcon : BlockReversedIcon