1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00

Larger font style.

This commit is contained in:
Drew Larson 2016-12-31 00:08:02 -06:00
parent b5ec436238
commit d81e7c5e1d

View File

@ -14,6 +14,7 @@ export default class Member extends React.Component {
hintText="Search members"
searchText={this.props.searchText}
fullWidth={true}
textFieldStyle={{textAlign: 'center', fontSize: '32px', lineHeight: '48px'}}
/>
);
}