Merge pull request #520 from getmaxun/check-fix

fix: change checkbox ui color
This commit is contained in:
Karishma Shukla
2025-04-09 14:05:51 +05:30
committed by GitHub

View File

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