mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update SettingsButton.tsx
This commit is contained in:
parent
e4a1733d74
commit
e3417b1c85
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user