breaking out styles into smaller files; break out chat helper functions into utils

This commit is contained in:
Ginger Wong
2020-08-13 02:43:41 -07:00
parent ab5f8df96e
commit 7a1512ef6b
5 changed files with 314 additions and 372 deletions

View File

@@ -74,6 +74,7 @@ export default class Chat extends Component {
placeholder="Message"
class="appearance-none block w-full bg-gray-200 text-gray-700 border border-black-500 rounded py-2 px-2 my-2 focus:bg-white"
></textarea>
<div id="emoji-button">😏</div>
<div id="message-form-actions" class="flex">
<span id="message-form-warning" class="text-red-600 text-xs"></span>