Score Page: Fix Color Of 'back' Button
This commit is contained in:
committed by
Clément Le Bihan
parent
b5584a12d0
commit
89d39812a6
@@ -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')}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user