You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Swap out the media permissions text for a paragraph element
The sizing ratio looks way off when the text is just subtext.
This commit is contained in:
@@ -98,7 +98,7 @@ export default class VoiceSettingsTab extends React.Component {
|
|||||||
if (this.state.mediaDevices === false) {
|
if (this.state.mediaDevices === false) {
|
||||||
requestButton = (
|
requestButton = (
|
||||||
<div>
|
<div>
|
||||||
<span className="mx_SettingsTab_subsectionText">{_t("Missing media permissions, click the button below to request.")}</span>
|
<p>{_t("Missing media permissions, click the button below to request.")}</p>
|
||||||
<AccessibleButton onClick={this._requestMediaPermissions} kind="primary">
|
<AccessibleButton onClick={this._requestMediaPermissions} kind="primary">
|
||||||
{_t("Request media permissions")}
|
{_t("Request media permissions")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user