From 58548ec2f8db6ea928809b6a4dbf6fb704436663 Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 7 Apr 2025 22:15:45 +0530 Subject: [PATCH] feat: change checkbox ui --- src/components/action/ActionDescriptionBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action/ActionDescriptionBox.tsx b/src/components/action/ActionDescriptionBox.tsx index 97c979ec..d36db407 100644 --- a/src/components/action/ActionDescriptionBox.tsx +++ b/src/components/action/ActionDescriptionBox.tsx @@ -102,7 +102,7 @@ const ActionDescriptionBox = ({ isDarkMode }: { isDarkMode: boolean }) => { sx={{ color: isDarkMode ? 'white' : 'default', '&.Mui-checked': { - color: isDarkMode ? '#90caf9' : '#1976d2', + color: '#ff33cc', }, }} />