diff --git a/react/features/base/premeeting/components/web/ActionButton.js b/react/features/base/premeeting/components/web/ActionButton.js index f2ade7edf0..a8974a33c9 100644 --- a/react/features/base/premeeting/components/web/ActionButton.js +++ b/react/features/base/premeeting/components/web/ActionButton.js @@ -107,10 +107,11 @@ const styles = theme => { position: 'relative', textAlign: 'center', width: '100%', + border: 0, '&.primary': { background: theme.palette.action01, - border: '1px solid #0376DA', + color: theme.palette.text01, '&:hover': { backgroundColor: theme.palette.action01Hover @@ -119,7 +120,11 @@ const styles = theme => { '&.secondary': { background: theme.palette.action02, - border: '1px solid transparent' + color: theme.palette.text04, + + '&:hover': { + backgroundColor: theme.palette.action02Hover + } }, '&.text': {