mui blue color fixes
This commit is contained in:
@@ -124,4 +124,9 @@ const buttonStyles = {
|
||||
alignItems: 'center',
|
||||
textTransform: 'none',
|
||||
color: 'inherit',
|
||||
backgroundColor: 'transparent',
|
||||
'&:hover': {
|
||||
backgroundColor: 'rgba(255, 0, 195, 0.1)',
|
||||
color: '#ff00c3',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user