modal ui done

This commit is contained in:
ajaythapliyal
2023-03-15 08:10:44 +05:30
parent 1a1f66d2a0
commit fa31f1ee26
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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',