mui blue color fixes

This commit is contained in:
AmitChauhan63390
2024-12-08 04:49:29 +05:30
parent 3cf0786389
commit 587dacdaf1
6 changed files with 143 additions and 20 deletions

View File

@@ -124,4 +124,9 @@ const buttonStyles = {
alignItems: 'center',
textTransform: 'none',
color: 'inherit',
backgroundColor: 'transparent',
'&:hover': {
backgroundColor: 'rgba(255, 0, 195, 0.1)',
color: '#ff00c3',
},
};