mobile: fix check mark color in dialog

This commit is contained in:
Ammar Ahmed
2025-03-10 09:41:11 +05:00
committed by Ammar Ahmed
parent 796f6f14b4
commit 05e87d627a

View File

@@ -221,6 +221,7 @@ export const Dialog = ({ context = "global" }) => {
? "check-circle-outline"
: "checkbox-blank-circle-outline"
}
iconColor={checked ? colors.secondary.icon : colors.primary.icon}
style={{
justifyContent: "flex-start"
}}