feat: change checkbox ui

This commit is contained in:
Rohit
2025-04-07 22:15:45 +05:30
parent f4a75b590e
commit 58548ec2f8

View File

@@ -102,7 +102,7 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
sx={{
color: isDarkMode ? 'white' : 'default',
'&.Mui-checked': {
color: isDarkMode ? '#90caf9' : '#1976d2',
color: '#ff33cc',
},
}}
/>