diff --git a/css/_variables.scss b/css/_variables.scss index e1e723382..c2bd9e81c 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -83,6 +83,7 @@ $rateStarSize: 34px; * Modals */ $modalButtonFontSize: 14px; +$modalTextColor: #333; /** * Notifications diff --git a/css/modals/_dialog.scss b/css/modals/_dialog.scss index 264f09020..ef0c87959 100644 --- a/css/modals/_dialog.scss +++ b/css/modals/_dialog.scss @@ -77,6 +77,9 @@ } } +.modal-dialog-form { + color: $modalTextColor; +} .modal-dialog-footer { font-size: $modalButtonFontSize; } diff --git a/css/modals/speaker_stats/_speaker_stats.scss b/css/modals/speaker_stats/_speaker_stats.scss index 771974d57..ab493b832 100644 --- a/css/modals/speaker_stats/_speaker_stats.scss +++ b/css/modals/speaker_stats/_speaker_stats.scss @@ -1,7 +1,6 @@ .speaker-stats { list-style: none; padding: 0; - color: $auiDialogColor; width: 100%; font-weight: 500; diff --git a/react/features/base/dialog/components/Dialog.web.js b/react/features/base/dialog/components/Dialog.web.js index 5a19ac0ae..3800623f5 100644 --- a/react/features/base/dialog/components/Dialog.web.js +++ b/react/features/base/dialog/components/Dialog.web.js @@ -56,6 +56,7 @@ class Dialog extends AbstractDialog { width = { this.props.width || 'medium' }>