breaking out styles into smaller files; break out chat helper functions into utils
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user