remove tintActive
This commit is contained in:
parent
3a957995a6
commit
4351a25c6f
|
@ -37,7 +37,7 @@ const ListHeader = React.memo(
|
|||
: 'Save_Your_Encryption_Password'
|
||||
}
|
||||
left={() => <List.Icon name='encrypted' color={themes[theme].buttonText} />}
|
||||
underlayColor={themes[theme].tintActive}
|
||||
underlayColor={themes[theme].strokeHighlight}
|
||||
backgroundColor={themes[theme].actionTintColor}
|
||||
color={themes[theme].buttonText}
|
||||
onPress={goEncryption}
|
||||
|
|
Loading…
Reference in New Issue