fixes 3 from Nick's list

This commit is contained in:
ajaythapliyal
2023-03-02 08:03:38 +05:30
parent afd8bb5e0c
commit 7f81691ee0
3 changed files with 23 additions and 18 deletions

View File

@@ -9,6 +9,7 @@ module.exports = {
},
colors: {
'eerie-black': '#212121',
'black-1000': '#343541',
jet: '#343541',
'gray-alpha': 'rgba(0,0,0, .1)',
'gray-1000': '#F6F6F6',
@@ -17,7 +18,7 @@ module.exports = {
'red-1000': 'rgb(254, 202, 202)',
'red-2000': '#F44336',
'red-3000': '#621B16',
'blue-1000': '#7D54D1'
'blue-1000': '#7D54D1',
},
},
},