feat(rn,ui) use dark gray for screen headers

Skip the welcome page for now, until we can remove the audio / video
toggle.
This commit is contained in:
Saúl Ibarra Corretgé
2022-05-02 11:15:37 +02:00
committed by Saúl Ibarra Corretgé
parent 625206db20
commit 721f4dc3d3
4 changed files with 13 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ const HeaderNavigationButton
<TouchableRipple
disabled = { disabled }
onPress = { onPress }
rippleColor = { BaseTheme.palette.screen01Header }>
rippleColor = { BaseTheme.palette.screen02Header }>
<Text
style = {
twoActions