mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
modal ui done
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Upload() {
|
||||
value={docName}
|
||||
onChange={(e) => setDocName(e.target.value)}
|
||||
></input>
|
||||
<div className="relative bottom-16 left-2">
|
||||
<div className="relative bottom-12 left-2 mt-[-18.39px]">
|
||||
<span className="bg-white px-2 text-xs text-gray-4000">Name</span>
|
||||
</div>
|
||||
<div>
|
||||
@@ -23,6 +23,10 @@ export default function Upload() {
|
||||
Choose Files
|
||||
</label>
|
||||
</div>
|
||||
<div className="mt-9">
|
||||
<p className="font-medium text-eerie-black">Uploaded Files</p>
|
||||
<p className="mt-5 text-gray-6000">None</p>
|
||||
</div>
|
||||
<div className="flex flex-row-reverse">
|
||||
<button className="ml-6 rounded-md bg-blue-3000 py-2 px-6 text-white">
|
||||
Train
|
||||
|
||||
@@ -17,6 +17,7 @@ module.exports = {
|
||||
'gray-3000': 'rgba(243, 243, 243, 1)',
|
||||
'gray-4000': '#949494',
|
||||
'gray-5000': '#BBBBBB',
|
||||
'gray-6000': '#757575',
|
||||
'red-1000': 'rgb(254, 202, 202)',
|
||||
'red-2000': '#F44336',
|
||||
'red-3000': '#621B16',
|
||||
|
||||
Reference in New Issue
Block a user