Merge pull request #6737 from BlueWallet/set

Update SettingsButton.tsx
This commit is contained in:
GLaDOS 2024-06-22 18:04:46 +00:00 committed by GitHub
commit e58e5552da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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