Update SettingsButton.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-06-22 12:08:57 -04:00
parent e4a1733d74
commit e3417b1c85
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -17,7 +17,7 @@ const SettingsButton = () => {
accessibilityRole="button"
accessibilityLabel={loc.settings.default_title}
testID="SettingsButton"
style={[style.buttonStyle, { backgroundColor: colors.darkGray }]}
style={[style.buttonStyle, { backgroundColor: colors.lightButton }]}
onPress={onPress}
>
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />