From 397d6c7326de8574c8a4ea80492e3aca5827d694 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Thu, 13 Jun 2024 21:24:27 -0400 Subject: [PATCH] Update SettingsButton.tsx --- components/icons/SettingsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/icons/SettingsButton.tsx b/components/icons/SettingsButton.tsx index ae1d7f6ad..1cb2fdea9 100644 --- a/components/icons/SettingsButton.tsx +++ b/components/icons/SettingsButton.tsx @@ -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} >