feat: Add drag and drop for images/files in the agent input box (#2546)

This commit is contained in:
Sivin Varghese
2021-06-30 20:32:17 +05:30
committed by GitHub
parent dd9d5e410c
commit e6e9916fdb
3 changed files with 31 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
:root {
--white: #fff;
--white-transparent: rgba(255, 255, 255, 0.9);
--w-50: #E3F2FF;
--w-100: #BBDDFF;