Update SettingsButton.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-06-13 21:24:27 -04:00
parent 00087b571c
commit 397d6c7326
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.buttonBackgroundColor }]}
style={[style.buttonStyle, { backgroundColor: colors.darkGray }]}
onPress={onPress}
>
<Icon size={22} name="more-horiz" type="material" color={colors.foregroundColor} />