diff --git a/react/features/lobby/components/native/styles.js b/react/features/lobby/components/native/styles.js index 11563b2e08..c9a5f99964 100644 --- a/react/features/lobby/components/native/styles.js +++ b/react/features/lobby/components/native/styles.js @@ -134,6 +134,7 @@ export default { borderColor: SECONDARY_COLOR, borderRadius: BaseTheme.shape.borderRadius, borderWidth: 2, + color: BaseTheme.palette.text06, height: BaseTheme.spacing[7], marginTop: BaseTheme.spacing[3], marginHorizontal: 12, diff --git a/react/features/prejoin/components/styles.js b/react/features/prejoin/components/styles.js index 3e7b28ad8a..cc7980cc6c 100644 --- a/react/features/prejoin/components/styles.js +++ b/react/features/prejoin/components/styles.js @@ -121,6 +121,7 @@ export default { borderColor: SECONDARY_COLOR, borderRadius: BaseTheme.shape.borderRadius, borderWidth: 2, + color: BaseTheme.palette.text06, height: BaseTheme.spacing[7], marginTop: BaseTheme.spacing[3], textAlign: 'center'