Remove hover background colour
This commit is contained in:
@ -52,10 +52,8 @@ const TableCard = styled(Box, {
|
||||
alignItems: 'center',
|
||||
border: '0.3px solid $grayBgActive',
|
||||
width: '100%',
|
||||
|
||||
'&:hover': {
|
||||
border: '0.3px solid #FFD234',
|
||||
backgroundColor: '#FFFDF4',
|
||||
},
|
||||
'@md': {
|
||||
paddingLeft: '0',
|
||||
|
||||
Reference in New Issue
Block a user