feat: sync action description box dark mode bg

This commit is contained in:
amhsirak
2025-10-13 17:49:29 +05:30
parent bdf726dcc5
commit 242c73f46e

View File

@@ -31,7 +31,7 @@ const Triangle = styled.div<CustomBoxContainerProps>`
height: 0; height: 0;
border-left: 20px solid transparent; border-left: 20px solid transparent;
border-right: 20px solid transparent; border-right: 20px solid transparent;
border-bottom: 20px solid ${({ isDarkMode }) => (isDarkMode ? '#313438' : 'white')}; border-bottom: 20px solid ${({ isDarkMode }) => (isDarkMode ? '#1d1c1cff' : 'white')};
`; `;
const Logo = styled.img` const Logo = styled.img`