mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-16 06:17:48 +00:00
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:
committed by
Saúl Ibarra Corretgé
parent
625206db20
commit
721f4dc3d3
@@ -60,7 +60,7 @@ const HeaderNavigationButton
|
||||
<TouchableRipple
|
||||
disabled = { disabled }
|
||||
onPress = { onPress }
|
||||
rippleColor = { BaseTheme.palette.screen01Header }>
|
||||
rippleColor = { BaseTheme.palette.screen02Header }>
|
||||
<Text
|
||||
style = {
|
||||
twoActions
|
||||
|
||||
Reference in New Issue
Block a user