remove tintActive

This commit is contained in:
GleidsonDaniel 2024-03-13 17:59:14 -03:00
parent 3a957995a6
commit 4351a25c6f
1 changed files with 1 additions and 1 deletions

View File

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