mobile: fix check mark color in dialog

This commit is contained in:
Ammar Ahmed
2025-03-10 09:41:11 +05:00
committed by Abdullah Atta
parent f59b7330a1
commit b4c6ff8f12

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"
}}