* 🚀 Draw Command ready for connect [Rebase]
* revert schema changes
* fix & replace Button with theme button
* fix UI
* add test cases
* fix travis issue
* on image upload enable send button
* revert schema.db changes
* revert UI changes
* fix suggestions
* Update app/javascript/chat/draw/index.jsx
Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
* update test cases
* remove commented code
* Trigger Travis CI
Co-authored-by: Narender Singh <narender2031@gmail.com>
Co-authored-by: Nick Taylor <nick@iamdeveloper.com>
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
export const chatDrawPalettes = [
|
|
'#F4908E',
|
|
'#F2F097',
|
|
'#88B0DC',
|
|
'#F7B5D1',
|
|
'#53C4AF',
|
|
'#FDE38C',
|
|
];
|