fix form css

This commit is contained in:
Shin'ya Ueoka 2017-11-26 16:41:34 +09:00
parent 705c47bc63
commit 26777d9e30
9 changed files with 23 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import { h, Component } from 'preact';
class AddButton extends Component {
render() {
return <input
className='ui-add-button' type='button' value='Add'
className='ui-add-button' type='button' value='&#x271a;'
{...this.props} />;
}
}