mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 11:39:21 +02:00
mobile: fix check mark color in dialog
This commit is contained in:
committed by
Abdullah Atta
parent
f59b7330a1
commit
b4c6ff8f12
@@ -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"
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user