Merge pull request #823 from getmaxun/action-desc-ui
fix: match theme on checking action description
This commit is contained in:
@@ -102,7 +102,7 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
|
||||
sx={{
|
||||
color: isDarkMode ? 'white' : 'default',
|
||||
'&.Mui-checked': {
|
||||
color: '#ff33cc',
|
||||
color: '#ff00c3',
|
||||
},
|
||||
}}
|
||||
/>
|
||||
@@ -138,4 +138,4 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default ActionDescriptionBox;
|
||||
export default ActionDescriptionBox;
|
||||
|
||||
Reference in New Issue
Block a user