mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove labels
This commit is contained in:
parent
5f50facfba
commit
ee33fc1c20
@ -229,7 +229,7 @@ export default class StyleUserSettingsTab extends React.Component {
|
||||
values={[12, 14, 16, 18, 20]}
|
||||
value={this.state.fontSize}
|
||||
onSelectionChange={this._onFontSizeChanged}
|
||||
displayFunc={value => value + 'px'}
|
||||
displayFunc={value => {}}
|
||||
/>
|
||||
<Field
|
||||
type="text"
|
||||
|
Loading…
Reference in New Issue
Block a user