diff --git a/react/features/base/color-scheme/defaultScheme.js b/react/features/base/color-scheme/defaultScheme.js index 36bfb6e6f..98c8fa7ad 100644 --- a/react/features/base/color-scheme/defaultScheme.js +++ b/react/features/base/color-scheme/defaultScheme.js @@ -1,6 +1,6 @@ // @flow -import { ColorPalette } from '../styles'; +import { ColorPalette, getRGBAFormat } from '../styles'; /** * The default color scheme of the application. @@ -40,8 +40,8 @@ export default { }, 'Toolbox': { button: 'rgb(255, 255, 255)', - buttonToggled: 'rgba(255, 255, 255, 0)', - buttonToggledBorder: '#a4b8d1', + buttonToggled: 'rgb(38, 58, 76)', + buttonToggledBorder: getRGBAFormat('#a4b8d1', 0.6), hangup: 'rgb(225, 45, 45)' } }; diff --git a/react/features/conference/components/native/Conference.js b/react/features/conference/components/native/Conference.js index 1b40c1b0f..f77012ca0 100644 --- a/react/features/conference/components/native/Conference.js +++ b/react/features/conference/components/native/Conference.js @@ -256,7 +256,7 @@ class Conference extends AbstractConference { pointerEvents = 'none' start = {{ x: 0.0, - y: applyGradientStretching ? 0.5 : 1.0 + y: 1.0 }} style = { [ styles.bottomGradient, diff --git a/react/features/conference/components/native/NavigationBar.js b/react/features/conference/components/native/NavigationBar.js index 32488f7f7..ae9d26b3d 100644 --- a/react/features/conference/components/native/NavigationBar.js +++ b/react/features/conference/components/native/NavigationBar.js @@ -46,7 +46,7 @@ class NavigationBar extends Component { pointerEvents = 'none' style = { styles.gradient }> - + ,