Deleted !important from properties

Signed-off-by: Amelia-Maria Breda <ambreda@cisco.com>
This commit is contained in:
Amelia-Maria Breda 2022-11-03 11:10:01 +01:00 committed by Raul Kele
parent 59ae2bd707
commit 45e3af8958

View File

@ -72,7 +72,7 @@ const useStyles = makeStyles(() => ({
maxHeight: '9.25rem',
backgroundColor: '#FFFFFF',
'&:hover': {
backgroundColor: '#FFFFFF!important'
backgroundColor: '#FFFFFF'
}
},
contentRight: {