Skip to content

Commit 3c5997d

Browse files
authored
Merge pull request #823 from getmaxun/action-desc-ui
fix: match theme on checking action description
2 parents 67cd03c + ede319f commit 3c5997d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/action/ActionDescriptionBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
102102
sx={{
103103
color: isDarkMode ? 'white' : 'default',
104104
'&.Mui-checked': {
105-
color: '#ff33cc',
105+
color: '#ff00c3',
106106
},
107107
}}
108108
/>
@@ -138,4 +138,4 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => {
138138
);
139139
};
140140

141-
export default ActionDescriptionBox;
141+
export default ActionDescriptionBox;

0 commit comments

Comments
 (0)