Merge pull request #520 from getmaxun/check-fix
fix: change checkbox ui color
This commit is contained in:
@@ -102,7 +102,7 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
|
|||||||
sx={{
|
sx={{
|
||||||
color: isDarkMode ? 'white' : 'default',
|
color: isDarkMode ? 'white' : 'default',
|
||||||
'&.Mui-checked': {
|
'&.Mui-checked': {
|
||||||
color: isDarkMode ? '#90caf9' : '#1976d2',
|
color: '#ff33cc',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user