mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Update SettingsButton.tsx
This commit is contained in:
parent
00087b571c
commit
397d6c7326
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue