Change button class for new post controls location

This commit is contained in:
Toby Zerner 2015-09-08 10:30:46 +09:30
parent 384330da77
commit 45feeb6a1f

View File

@ -29,7 +29,7 @@ export default function() {
items.add('reply',
Button.component({
className: 'Button Button--text',
className: 'Button Button--link',
children: app.trans('mentions.reply_link'),
onclick: () => {
const quote = window.getSelection().toString();