Score Page: Fix Color Of 'back' Button

This commit is contained in:
Arthur Jamet
2023-03-21 09:35:26 +00:00
committed by Clément Le Bihan
parent b5584a12d0
commit 89d39812a6
+1 -1
View File
@@ -58,7 +58,7 @@ const ScoreView = (/*{ songId }, { songId: number }*/) => {
}))}
/>
<Row space={3} style={{ width: '100%', justifyContent: 'center' }}>
<TextButton backgroundColor='gray.300'
<TextButton colorScheme='gray'
translate={{ translationKey: 'backBtn' }}
onPress={() => navigation.navigate('Home')}
/>