Updated all dialogs to define their primary button, I've selected the one that had been specified for focus, but the primary button isn't dependent on focus, it's a UX feature

This commit is contained in:
wmwragg 2016-07-15 11:23:58 +01:00
parent da8f7df262
commit febd2110c5
6 changed files with 6 additions and 6 deletions

View file

@ -76,7 +76,7 @@ module.exports = React.createClass({
/>
</div>
<div className="mx_Dialog_buttons">
<input type="submit" value="Set" />
<input className="mx_Dialog_primary" type="submit" value="Set" />
</div>
</form>
</div>