Added input styles, merged with button styles, created different style..styles

This commit is contained in:
2018-05-15 21:19:24 +10:00
parent 7500de1649
commit be0fd83ffb
9 changed files with 198 additions and 127 deletions

View File

@ -74,6 +74,7 @@ class ContactPage extends React.Component {
<Label>{ Language.get("pages.contact.message.label") }</Label>
<TextArea
placeholder={ Language.get("pages.contact.message.placeholder") }
rows="6"
/>
</InputGroup>