adds upload modal

This commit is contained in:
ajaythapliyal
2023-03-13 09:59:29 +05:30
parent a44cde33ed
commit 1a1f66d2a0
2 changed files with 40 additions and 0 deletions

View File

@@ -16,10 +16,13 @@ module.exports = {
'gray-2000': 'rgba(0, 0, 0, 0.5)',
'gray-3000': 'rgba(243, 243, 243, 1)',
'gray-4000': '#949494',
'gray-5000': '#BBBBBB',
'red-1000': 'rgb(254, 202, 202)',
'red-2000': '#F44336',
'red-3000': '#621B16',
'blue-1000': '#7D54D1',
'blue-2000': '#002B49',
'blue-3000': '#4B02E2',
},
},
},