Fix titles and tab colors for actors

This commit is contained in:
John Lyon-Smith
2018-03-07 09:21:43 -08:00
parent 69e3057e10
commit c06669873f
8 changed files with 73 additions and 51 deletions

View File

@@ -91,7 +91,7 @@ export class ProfileForm extends React.Component {
render() {
return (
<form className='profile-form' onSubmit={this.handleSubmit}>
<form onSubmit={this.handleSubmit} id='profileForm'>
<Column stackable>
<Column.Item>
<BoundInput label='First Name' name='firstName' width={8}